home *** CD-ROM | disk | FTP | other *** search
/ Freelog 2 / Freelog002.iso / Linux / Slackware / contents / scripts / grep < prev    next >
Encoding:
Text File  |  1999-02-08  |  132 b   |  5 lines

  1. ( cd usr/bin ; rm -rf fgrep )
  2. ( cd usr/bin ; ln -sf  grep fgrep )
  3. ( cd usr/bin ; rm -rf egrep )
  4. ( cd usr/bin ; ln -sf  grep egrep )
  5.