Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 350 Bytes

grep.md

File metadata and controls

14 lines (9 loc) · 350 Bytes

grep

Simple grep. Only supports ^ . * $ operators. If no file is provided, grep reads from stdin.

grep pattern file

Returns:

  • 0 on success

Up: user space

Misc: cat | echo | grep | wc | date | sleep | xxd