hi, > Is there any way to make the ls command permanently use the --color option? yes use alias ls='ls --color'
i have a few aliases in my .profile file: eval `dircolors` alias ls='ls --color=auto ' alias ll='ls -l' alias la='ls -lA' ..... > Thanks, > Jason Machacek bye -- I am Martin Kacerovsky, student of the Faculty of Mathematics and Physics at the Charles University in Prague, in the Czech Republic, in Europe, on Earth, in the Universe where Linux operating system rules...