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


Click here to return to the 'A revised fix for the apropros long-entry problem' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A revised fix for the apropros long-entry problem
Authored by: plambert on Mar 23, '07 05:35:22PM

If you use bash as your shell, put this in your .bash_profile:

apropos() { /usr/bin/apropos "$@" | less -iS; }

Paul



[ Reply to This | # ]