Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/examples/create.html
Дата изменения: Fri Jan 17 12:43:16 1997
Дата индексирования: Tue Oct 2 00:31:18 2012
Кодировка:

Поисковые слова: внешние планеты
Examples of creating files

Examples of creating files

To create a file with the cat command:

   cat > memo
   remember to make appointment at opticians
   get cost of scheduled flight to Athens Ctrl-d

This creates a file called memo in the current directory containing two lines of text.


To create a file with the echo command:

   echo use an editor for large files > tips

This creates a file called tips in the current directory containing a single line of text.


[Home] [Search] [Index]