home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December (Special) / PCWorld_2005-12_Special_cd.bin / Bezpecnost / lsti / lsti.exe / framework-2.5.exe / egrep < prev    next >
Text File  |  2005-02-20  |  33b  |  3 lines

  1. #!/bin/sh
  2. exec grep -E ${1+"$@"}
  3.