changing directory listing type

2002-11-26 Thread Özgür Özaslan
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... Özgür ÖZASLAN http://ozaslan.ifbim.itu.edu.tr To Unsubscribe: send

Re: changing directory listing type

2002-11-26 Thread Ismail YENIGUL
hi try ls -G or install gnuls from ports /usr/ports/misc/gnuls and and run ls --color regard On Tue, 26 Nov 2002 15:51:43 +0200 Özgür Özaslan [EMAIL PROTECTED] wrote: n -- If a straight line fit is required, obtain only two data points. To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: changing directory listing type

2002-11-26 Thread Pascal Giannakakis
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

Re: changing directory listing type

2002-11-26 Thread Pascal Giannakakis
alias ls ls -F You might consider this as more usefull: alias ll ls -alF Sorry, it must be alias ls ls -G and alias ll ls -alG -- +++ GMX - Mail, Messaging more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! To

Re: changing directory listing type

2002-11-26 Thread Matthew Seaman
On Tue, Nov 26, 2002 at 03:51:43PM +0200, Özgür Özaslan wrote: 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... Simple

Re: changing directory listing type

2002-11-26 Thread Jack L. Stone
At 03:54 PM 11.26.2002 +0200, Ismail YENIGUL wrote: hi try ls -G or install gnuls from ports /usr/ports/misc/gnuls and and run ls --color regard Easier yet, just add the following line in /etc/profile: # alias ls='ls -G' Best regards, Jack L. Stone, Administrator SageOne Net

Re: changing directory listing type

2002-11-26 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-26 14:07:34 +: For some reason hidden in the mists of time, the default 'xterm' terminal type under FreeBSD is better known elsewhere as 'xterm-mono', and you have to change to using 'xterm-color' to get the colourization you want Check the mutt-users@

Re: changing directory listing type

2002-11-26 Thread Grant Cooper
. Stone [EMAIL PROTECTED] To: Ismail YENIGUL [EMAIL PROTECTED]; Özgür Özaslan [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, November 26, 2002 6:21 AM Subject: Re: changing directory listing type At 03:54 PM 11.26.2002 +0200, Ismail YENIGUL wrote: hi try ls -G or install gnuls from

Re: changing directory listing type

2002-11-26 Thread Jack L. Stone
: Tuesday, November 26, 2002 6:21 AM Subject: Re: changing directory listing type At 03:54 PM 11.26.2002 +0200, Ismail YENIGUL wrote: hi try ls -G or install gnuls from ports /usr/ports/misc/gnuls and and run ls --color regard Easier yet, just add the following line in /etc/profile

Re: changing directory listing type

2002-11-26 Thread Grant Cooper
ignore that, Just has to log off and re login. - Original Message - From: Grant Cooper [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, November 26, 2002 12:14 PM Subject: Re: changing directory listing type alias lsls -alG I made the changes to my .cshrc but I had

Re: changing directory listing type

2002-11-26 Thread Kliment Andreev
Just has to log off and re login. Well, if you are using csh or tcsh, etc you can just do 'source .cshrc' to get it to suck in the latest. ... or # rehash To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: changing directory listing type

2002-11-26 Thread Jack L. Stone
At 12:29 PM 11.26.2002 -0800, Grant Cooper wrote: ignore that, Just has to log off and re login. - Original Message - From: Grant Cooper [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, November 26, 2002 12:14 PM Subject: Re: changing directory listing type alias lsls -alG

Re: changing directory listing type

2002-11-26 Thread Jack L. Stone
At 02:42 PM 11.26.2002 -0500, Kliment Andreev wrote: Just has to log off and re login. Well, if you are using csh or tcsh, etc you can just do 'source .cshrc' to get it to suck in the latest. ... or # rehash don't you mean just hash rehash is not in an sh shell Guess

Re: changing directory listing type

2002-11-26 Thread Peter Leftwich
in aliases. That way you don't get into circular stuff, for example, use this instead: alias ls /bin/ls -alG - Original Message - From: Grant Cooper [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, November 26, 2002 12:14 PM Subject: Re: changing directory listing type

Re: changing directory listing type

2002-11-26 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-26 15:33:57 -0500: By the way, it doesn't hurt to use full paths in aliases. That way you don't get into circular stuff, for example, use this instead: alias ls /bin/ls -alG which shell has recursive aliases? -- If you cc me or remove the list(s)