pipe/redirect dumb question

Bill Mullen moonmullen at attbi.com
Wed Dec 11 18:35:04 EST 2002


On Wed, 11 Dec 2002, Price, Erik wrote:

> Is there a difference between piping something into another utility and
> using the "<" redirection operator to send data to it?

As I understand it, piping ("|") redirects the standard output of one app
into the standard input of another app; the "<" operator is for using a
/file/ as the input for the app (it reads the file into the app's STDIN).

-- 

Bill Mullen   moon at lunarhub.com   MA, USA   RLU #270075   MDK 8.1 & 8.2
"The power of accurate observation is commonly called cynicism by those who
have not got it." - George Bernard Shaw





More information about the gnhlug-discuss mailing list