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

Concrete 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

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