Discussion:
'cls' shows color, but 'ls' does not
Felipe Alvarez
2012-10-18 04:01:02 UTC
Permalink
When running lftp, 'ls' command does not show any colors, but 'cls' does.

How do I get ls to also show colors, without resorting to aliases, etc.

set -a output:
http://pastebin.com/uFGfF8HA
Glenn Maynard
2012-10-18 14:06:58 UTC
Permalink
On Wed, Oct 17, 2012 at 11:01 PM, Felipe Alvarez
Post by Felipe Alvarez
When running lftp, 'ls' command does not show any colors, but 'cls' does.
How do I get ls to also show colors, without resorting to aliases, etc.
If you want color, you need cls (client-side ls), and if you want to type
"ls" and get "cls" instead, that's what aliases are for.
--
Glenn Maynard
Loading...