Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/shell/alias_bash4.html
Дата изменения: Fri Jan 17 12:43:20 1997 Дата индексирования: Tue Oct 2 01:49:55 2012 Кодировка: Поисковые слова: m 5 |
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
This informs you that print is an alias for the command lpr \1* -Pps5