Linux.com

CLI Magic: For geek cred, try these one-liners

Posted by: Anonymous [ip: 144.195.6.10] on July 23, 2008 04:40 PM
Posting the lines again. The two single quotes on the end of the first line look like a double quote. It should look like this:

alias findtar=' find ./ -name ' *.tar' '
alias bigone=' du | sort -rn | more '

#

Return to CLI Magic: For geek cred, try these one-liners