home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / vmsnet / sources / d / 568 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.6 KB  |  34 lines

  1. Newsgroups: vmsnet.sources.d
  2. Path: sparky!uunet!munnari.oz.au!metro!tango.cchs.su.oz.au!brennan
  3. From: brennan@tango.cchs.su.oz.au (Luke Brennan)
  4. Subject: GREP supporting wildcard filenames..
  5. Message-ID: <1992Sep1.212638.1@tango.cchs.su.oz.au>
  6. Sender: news@ucc.su.OZ.AU
  7. Nntp-Posting-Host: tango.cchs.su.oz.au
  8. Organization: Cumberland College of Health Sciences
  9. Date: Tue, 1 Sep 1992 21:16:38 GMT
  10. Lines: 22
  11.  
  12.     Somewhere in the past year I'd found the DECUS grep utility.
  13.     The other day someone here complained that it didn't support
  14.     wildcards on the filenames, so they reckoned it was useless...
  15.     
  16.     A quick search turned up the ELVIS vi clone sources, which contain
  17.     a neat trick. the VMSWILD.C include file allows you to have wildcard
  18.     support quite easily. After about 10 minutes, GREP now supports
  19.     wildcards :-)
  20.  
  21.     if you're interested, ftp (anonymous) to coco.cchs.su.oz.au
  22.     ftp> cd [.grep]
  23.  
  24.     I hope this isn't some old, old hack that everyone already has... :-}
  25. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  26. + Luke Brennan                             e-mail: brennan@coco.cchs.su.oz.AU +
  27. + EDP Unit, S209                                   lukeb@casino.cchs.su.oz.AU +
  28. +                                    brennan%coco.cchs.su.oz.au@cunyvm.BITNET +
  29. + Cumberland College of Health Sciences,                              ,-_|\   +
  30. + The University of Sydney                  voice: +61 2 646 6402    /     \  +
  31. + East Street, Lidcombe, NSW 2141             fax: +61 2 646 4853    \_,-._*  +
  32. + AUSTRALIA                                                               v   +
  33. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  34.