Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/shell/alias_csh2.2.html
Дата изменения: Fri Jan 17 12:43:20 1997 Дата индексирования: Tue Oct 2 02:06:01 2012 Кодировка: Поисковые слова: deep sky |
To display the value of each alias known to the shell enter the command:
alias
To display the current value for a particular alias use the command:
alias name_of_alias
For example, to display the current value of the alias named print:
alias print lpr \1* -Pps5
Informs you that print is an alias for the command lpr \1* -Pps5.