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 [EMAIL PROTECTED] 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 _______________________________________________ gnhlug-discuss mailing list [EMAIL PROTECTED] http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss