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


tcsh | 1 comments | Create New Account
Click here to return to the 'tcsh' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
tcsh
Authored by: pmccann on Jan 01, '02 02:14:57AM

If you're using the default shell in osx (ie tcsh) you get the completion mentioned in the hint via a leading "!". I don't have bash, so I can't verify whether it works this way as well (which would negate the need for the remappings). That is, to get the previous command beginning with "mu" just enter

!mu

and either "tab" (to see what the completion will be) or "return" (if you're confident that you're going to get the correct completion).

The control-R search mechanism also works the same way in tcsh as described above for bash.

Cheers,
Paul



[ Reply to This | # ]