Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/commanz/cmd2.3.html
Дата изменения: Fri Jan 17 12:43:13 1997
Дата индексирования: Tue Oct 2 00:03:25 2012
Кодировка:
Entering more than one command

Entering more than one command

To enter several commands on the one command line, use a ; (semicolon) to seperate each one from the next. For example:

   cd ..; ls -l

This command line contains two commands. The first, cd .. changes the current directory to the parent directory. The second, ls -l produces a long listing of the contents of the curent directory.

If necessary you can continue the commands onto another line.


[Home] [Search] [Index]