Help for this page

Select Code to Download


  1. or download this
    $ echo foo | grep foo   # output in read on my terminal
    foo
    $ echo foo | grep foo | cat # output in grey on my terminal
    foo