|
|
|
|
UGU: Unix Guru Universe - Unix Tip #4561- September 5, 2024
- Home : Help
: Today's Tip
Unix Tip #4561- September 5, 2024
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:
$
m -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
4560
- A REFRESHING X
4559
- GENERATE RANGES OF NUMBERS
4558
- HOW TO KILL YOUSELF FAST!
4557
- NULL IT FAST
4556
- 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 |
|
|
|
|