Toolshed.Unix.grep
You're seeing just the function
grep
, go back to Toolshed.Unix module for more information.
Specs
Run a regular expression on a file and print the matching lines.
iex> grep ~r/video/, "/etc/mime.types"