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


Click here to return to the 'For all users' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
For all users
Authored by: houchin on Jan 15, '02 12:14:30PM

I'd put it into /usr/share/init/tcsh/environment.mine instead of rc.
There's a decent chance that /usr/share/init/tcsh/rc will get overwritten on an OS upgrade, as it's supposed to be the "standard" setup. The global environment.mine is yours to play with.



[ Reply to This | # ]
Another method
Authored by: Mithrandir on Jan 18, '02 07:07:17AM

You can also use the bang character !
like this:

!cd

Will give the last command match, hit tab to see the command or just hit return to execute it. You can't scroll through the history the way you did though.

M



[ Reply to This | # ]