General Across All Shells


Table of Contents

unalias all 
csh 
bash 
Change shell 
linux 
unix 
How can I make bash my login shell? 
SHELLdorado Newsletter 1/2005 - April 30th, 2005 
Shell Tip: Speeding up scripts using "xargs" 
Shell Tip: How to avoid "Argument list too long" errors 
Shell Tip: How to avoid "Argument list too long" errors 
Argument list too long. Workaround? 
Argument list too long. Workaround? 
Argument list too long. Workaround? 
Argument list too long. Workaround? 
Argument list too long. Workaround? 
Run a UNIX command on each file in a directroy 
How to make a script executable but unreadable 
prelude, minimum requirement for script 
prelude, minimum requirement for script 
Make a script executable but unreadable 
Unbuffered output 
Unbuffered output 
return code 

unalias all 

*Tags*: alias clear, alias clean

csh 

unalias *

bash 

unalias -a
unalias [-a] [name ...]

Remove names from the list of defined aliases. If -a is supplied, all alias definitions are removed. The return value is true unless a supplied name is not a defined alias.

documented on: 2000.01.22 Sat 14:47:19