Toolshed.Unix.grep

You're seeing just the function grep, go back to Toolshed.Unix module for more information.

Specs

grep(Regex.t(), Path.t()) :: :"do not show this result in output"

Run a regular expression on a file and print the matching lines.

iex> grep ~r/video/, "/etc/mime.types"