Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/manual/4.1.2.html
Дата изменения: Fri Jan 17 12:43:19 1997 Дата индексирования: Mon Oct 1 23:21:15 2012 Кодировка: |
This section gives a summary of command usage. It enables you to see how options can be given to the command. For example:
cp [-iprR] directory1 directory2
The first word or consecutive characters are the name of the command.
The characters enclosed in [square brackets] are optional. A '-' (hyphen) preceding a character indicates that this is an option that can be applied to the command.
Options grouped together after a single hyphen, like this, [-abcD] can be used in this format. If they are given separately, like this, [-n] [-r] [-Z] then they must be used in this format.
Arguments are represented by a name such as file, filename or directory.