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


Click here to return to the 'PROBLEM with more' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
PROBLEM with more
Authored by: zeorge on Oct 30, '03 07:26:35AM
hi ! cool i dont have to install fink fileutils anymore ! but ....
if i use more in a pipe after ls like 'ls -la | more'
the colors get lost somehow. (panther)
any solution for this?
zeo

[ Reply to This | # ]
PROBLEM with more * solution
Authored by: zeorge on Oct 30, '03 11:23:52AM

setenv CLICOLOR "true"
setenv CLICOLOR_FORCE "true"
alias l "ls -Flk \!* | more -r"
alias ll "ls -Flak \!* | more -r"

this is only what it needs for tcsh...
infos in man pages of ls and more



[ Reply to This | # ]