Posted by: Anonymous
[ip: 144.195.6.10]
on July 23, 2008 04:19 PM
I use the following one liners as aliases so they are always available with a short name. These are very good when you are trying to clean up a system.
alias findtar='find ./ -name '*.tar''
alias bigone='du | sort -rn | more'
CLI Magic: For geek cred, try these one-liners
Posted by: Anonymous [ip: 144.195.6.10] on July 23, 2008 04:19 PMalias findtar='find ./ -name '*.tar''
alias bigone='du | sort -rn | more'
#