UnixUtils

io.joern.console.`package`.UnixUtils
implicit class UnixUtils[A](content: Iterable[A])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Deprecated methods

def |>(outfile: String): Unit

Iterate over left hand side operand and write to file. Think of it as the Ocular version of the Unix > shell redirection.

Iterate over left hand side operand and write to file. Think of it as the Ocular version of the Unix > shell redirection.

Attributes

Deprecated
true
def |>>(outfile: String): Unit

Iterate over left hand side operand and append to file. Think of it as the Ocular version of the Unix >> shell redirection.

Iterate over left hand side operand and append to file. Think of it as the Ocular version of the Unix >> shell redirection.

Attributes

Deprecated
true

Givens

Givens

given given_Colors: Colors