Difference between revisions of "User:Grep"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Created page with "$ cd grep; ls | grep grep grep.txt $ cat grep.txt I am a person who has ideas. $ exit Connection terminated...")
 
Line 1: Line 1:
 
$ cd grep; ls | grep grep
 
$ cd grep; ls | grep grep
 +
 
grep.txt
 
grep.txt
 +
 
$ cat grep.txt
 
$ cat grep.txt
 +
 
I am a person who has ideas.
 
I am a person who has ideas.
 +
 
$ exit
 
$ exit
 +
 
Connection terminated...
 
Connection terminated...

Revision as of 22:09, 1 August 2012

$ cd grep; ls | grep grep

grep.txt

$ cat grep.txt

I am a person who has ideas.

$ exit

Connection terminated...