ls-F tcsh built-in command

2012-05-16 Thread fake fake
BSD's 'ls' seems to support only ANSI colors, so I want to use 'ls-F' instead. (which supports ISO 6429 colors) 'ls-F' colors directories beautifully. But 'ls-F -l' does not, at all. Is this designed, or am I doing something wrong? ___ freebsd-questions@f

Re: ls-F tcsh built-in command

2012-05-17 Thread Bernt Hansson
2012-05-17 08:12, fake fake skrev: BSD's 'ls' seems to support only ANSI colors, so I want to use 'ls-F' instead. (which supports ISO 6429 colors) 'ls-F' colors directories beautifully. But 'ls-F -l' does not, at all. Is this designed, or am I doing something wrong? From ls manpage -F Display

Re: ls-F tcsh built-in command

2012-05-17 Thread fake fake
Thank you for replying. But I am telling 'ls-F' (tcsh built-in command), not 'ls -F'. On 17 May 2012 20:19, Bernt Hansson wrote: > 2012-05-17 08:12, fake fake skrev: > >> BSD's 'ls' seems to support only ANSI colors, so I want to use 'ls-F&#x

Re: ls-F tcsh built-in command

2012-05-17 Thread Polytropon
On Thu, 17 May 2012 20:24:02 +0900, fake fake wrote: > Thank you for replying. > But I am telling 'ls-F' (tcsh built-in command), not 'ls -F'. Please see "man csh": ls-F acts like `ls -CF', unless listflags contains an `x', in which

Re: ls-F tcsh built-in command

2012-05-17 Thread fake fake
Oh, dear. I didn't notice it. So, is there no way to color directory in ISO 6429 codes with using tcsh? On 17 May 2012 21:54, Polytropon wrote: > On Thu, 17 May 2012 20:24:02 +0900, fake fake wrote: >> Thank you for replying. >> But I am telling 'ls-F' (tcsh

Re: ls-F tcsh built-in command

2012-05-17 Thread Polytropon
On Thu, 17 May 2012 21:59:52 +0900, fake fake wrote: > Oh, dear. I didn't notice it. > So, is there no way to color directory in ISO 6429 codes with using tcsh? Judging from "man csh": File names can also be colorized based on filename extension. This is specified in the LS_COLO

Re: ls-F tcsh built-in command

2012-05-20 Thread andrew clarke
On Thu 2012-05-17 15:17:13 UTC+0200, Polytropon (free...@edvax.de) wrote: > Search for "LS_COLORS" in the environment variables section > of "man csh". However, I've always been satisfied with using > $LSCOLORS as "ExGxdxdxCxDxDxBxBxegeg". :-) Before I discovered $LSCOLORS I used gls from /usr/po

Re: ls-F tcsh built-in command

2012-05-20 Thread Polytropon
On Sun, 20 May 2012 20:59:50 +1000, andrew clarke wrote: > In FreeBSD I use /bin/ls: > > setenv LSCOLORS "ExGxFxdxCxDxDxhbadExEx" > alias ls 'ls -D "%Y-%m-%d %H:%M:%S"' > > The -D stuff is to display ISO 8601 style timestamps like GNU ls's > --time-style=long-iso format, eg: > > -r-xr-xr-x 1 ro