Difference between revisions of "User:Grep"
| Line 1: | Line 1: | ||
| − | <pre>$ cd grep; ls | grep grep | + | <pre>bash-3.2$ cd grep; ls | grep grep |
grep.txt | grep.txt | ||
| − | $ cat grep.txt | + | bash-3.2$ cat grep.txt |
I am a person who has ideas. | I am a person who has ideas. | ||
| − | $ exit | + | bash-3.2$ exit |
Connection terminated...</pre> | Connection terminated...</pre> | ||
Revision as of 01:42, 2 August 2012
bash-3.2$ cd grep; ls | grep grep grep.txt bash-3.2$ cat grep.txt I am a person who has ideas. bash-3.2$ exit Connection terminated...
