Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/commanz/cmd3.1.html
Дата изменения: Fri Jan 17 12:43:13 1997
Дата индексирования: Mon Oct 1 23:58:02 2012
Кодировка:
Redirecting standard input

Redirecting standard input

To redirect the standard input for a command use the < (less than) character followed by the name of the input file. For example:

   mail tony < memo

This redirects the standard input to the mail command so that it comes from the file memo. The effect of this is to mail the contents of this file to the user tony.


[Home] [Search] [Index]