Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/didyou/alias_csh.html
Дата изменения: Fri Jan 17 12:43:14 1997
Дата индексирования: Tue Oct 2 01:36:09 2012
Кодировка:

Поисковые слова: п п п п п п п п п п п п п п п п п п
Did You Know?

Did You Know?

The C shell assumes that that the arguments are always placed at the end of the command alias.

For example, you define an alias that gives members of your group access to a file or directory:

   alias ggive 'chmod g+'

Any argument that you give to the alias ggive is placed after the command it refers to. So the command alias

   ggive filename

is interpreted as:

   chmod g+ filename

[Home] [Search] [Index]