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


Click here to return to the 'PROBLEM with more * solution' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
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 | # ]