|
|
|
|
UGU: Unix Guru Universe - Unix Tip #4133- June 5, 2012
- Home : Help
: Today's Tip
Unix Tip #4133- June 5, 2012
QUICK UNALIAS
If you have aliased a command to somehting and want to quickly
unalias it, preceed the name with a backslash, '\', and it
will have the original meaning. For example, if you have 'rm'
aliased to 'rm -i' and want to remove one entire directory without
being prompted for each file, you would do:
$ \rm -fr dirname
where 'dirname' is the directory you want to trash.
This tip generously supported by: khamsi@kmrmail.kmr.ll.mit.edu
NOTE: All tips provided are USE AT YOUR OWN RISK. Tips are submitted
by various unix admins around the globe. UGU suggest you read and
test each tip in a non-volitile environment before placing into
production.
LAST 5 TIPS
4132
- A REFRESHING X
4131
- GENERATE RANGES OF NUMBERS
4130
- HOW TO KILL YOUSELF FAST!
4129
- NULL IT FAST
4128
- SPLIT FILES FOR FLOPPIES
I want to
SUBSCRIBE
and get a UGU Tip everyday.
I want to
UNSUBSCRIBE
and NOT get a UGU Tip everyday.
If you have a UNIX TIP let us know, we just may use it:
(All tips become the property of the Unix Guru Universe)
|
|
|
Copyright 1994-2024 Unix Guru Universe |
|
|
|
|