Date: Tue, 26 Nov 2002 14:58:37 +0100 (MET) From: Pascal Giannakakis <CapM@gmx.net> To: "Özgür Özaslan" <ozguro@ins.itu.edu.tr> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: changing directory listing type Message-ID: <10178.1038319117@www20.gmx.net> References: <002301c29552$f4403260$0d0d4ba0@ozguro>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hi, > I'm a new FreeBSD user and using FreBSD 4.6.2. I wonder if it is possible > to > colour directories in blue or symbolic links to another like linux > systems. > Now all them are in the same white colour. Is this simple? Thanks... # man ls The solution is "ls -F". If you want to bind it permanently, edit your ~/.cshrc and add a line like this: alias ls ls -F You might consider this as more usefull: alias ll ls -alF -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10178.1038319117>