Error 

Archive for November 11th, 2007

New Command Aliases

Posted November 11, 2007 at 05:11am in Linux

Here are two new command aliases I added

Directory list with auto grep

user@host:~$ alias lsg=”ls | grep $1″
user@host:~$ lsg D
Desktop
Documents
Downloads
ZDE

Directory list with ‘more’

user@host:~$ alias lsm=”ls | more”
user@host:~$ lsm
Desktop
……
Pictures
–More–