TrackBack URL: http://www.powderblueorbit.com/mt/mt-tb.cgi/147
pipe is a unix thing:
|
it allows one to map output of one program/command to the other, chaining commands together.
IE:
find / | grep 'yo'
would list out all files on a computer that have 'yo' in it
This page contains a single entry by admin published on November 26, 2009 11:31 AM.
Bleak. was the previous entry in this blog.
Engagement Birthday. is the next entry in this blog.
Find recent content on the main index or look in the archives to find all content.
pipe is a unix thing:
|
it allows one to map output of one program/command to the other, chaining commands together.
IE:
find / | grep 'yo'
would list out all files on a computer that have 'yo' in it