Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Problems with ls and ll FIX' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Problems with ls and ll FIX
Authored by: geohar on Feb 07, '02 04:25:20PM

make sure ls is defined as

alias ls "/bin/ls -F"

NOT

alias ls "ls -F"

in either ~/.tcshrc or ~/.login, whichever it's defined in on your install



[ Reply to This | # ]