Here's my alias, which I believe works like I want it to:


alias dolsa='ls -la --color | more ; echo -------------------; echo `ls -la | grep ^d | wc -l` Directories; echo `ls -la | grep ^- | wc -l` "File(s)" ; echo `ls -la | grep ^l | wc -l` "Symbolic Link(s)"; echo 1 Byte Count ; echo `ls -la | wc -l` Total Items'

Thanks, everyone!

Kent



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to