home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 November / PCO96_11.ISO / linux / contents / scripts / grep < prev    next >
Encoding:
Text File  |  1996-09-26  |  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.