
Recursive grep alias in csh
If you want your alias to take just one argument, then use
alias rgrep '/bin/find . -type f -exec /bin/grep \!:1 {} \;'
--
Sending unsolicited commercial e-mail to this account incurs a fee of
$500 per message, and acknowledges the legality of this contract.