Re: x11-users digest, Vol 1 #423 - 9 msgs
Re: x11-users digest, Vol 1 #423 - 9 msgs
- Subject: Re: x11-users digest, Vol 1 #423 - 9 msgs
- From: Brian Scott Oplinger <email@hidden>
- Date: Wed, 1 Oct 2003 12:17:58 -0400
Message: 5
Subject: Re: more problems (battery + ll)
On Tue, 30 Sep 2003, Edoardo M Airoldi wrote:
> Further 'l' and 'll' commands do not work anymore. Were they aliases?
Sounds like you're use to ksh or perhaps one of the GNU equivalents.
'l' produces a compact listing and 'll' produce a long listing. You
can get around this by creating an alias for 'll' (Sorry no help for
'l').
alias ll='ls -l'
As for colors, I think you're SOL on that, but you might want to try
this alias (defined before the above):
alias ls='ls -F'
This will append / * & and other characters, to help identify file
types. You can see the whole list from the manpage.
Brian
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.