Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://fileutils-4.1-10.4.src.rpm:1292396/colorls.csh  info  downloads

# color-ls initialization
set COLORS=/etc/DIR_COLORS
eval `dircolors -c /etc/DIR_COLORS`
test -f ~/.dircolors && eval `dircolors -c ~/.dircolors` && set COLORS=~/.dircolors
test -f ~/.dir_colors && eval `dircolors -c ~/.dir_colors` && set COLORS=~/.dir_colors

egrep -qi "^COLOR.*none" $COLORS

if ( $? != 0 ) then
alias ll 'ls -l --color=tty'
alias l. 'ls -d .[a-zA-Z]* --color=tty'
alias ls 'ls --color=tty'
else
alias ll 'ls -l'
alias l. 'ls -d .[a-zA-Z]*'
endif
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2009 MARUHN Internet Solutions