home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / bin / rgrep < prev    next >
Encoding:
Text File  |  2008-11-04  |  30 b   |  5 lines

  1. #!/bin/sh
  2.  
  3. exec grep -r "$@"
  4.  
  5.