UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: 20.2 The Dbx DebuggerChapter 20
Program Debugging
Next: Reference: assign
 

alias

alias name command
alias name(parameters)  command  string

Define name to be an alias for command. For example:

alias s(n) "stop at n"

means that the command s(20) expands to stop at 20. See also unalias.


Previous: 20.2 The Dbx DebuggerUNIX in a Nutshell: System V EditionNext: Reference: assign
20.2 The Dbx DebuggerBook IndexReference: assign

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System