home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / misc / 27768 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.2 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!sdd.hp.com!cs.utexas.edu!rutgers!njitgw.njit.edu!hertz.njit.edu!dic5340
  2. From: dic5340@hertz.njit.edu (David Charlap)
  3. Newsgroups: comp.os.os2.misc
  4. Subject: Re: Does Os/2 Have The Equai
  5. Message-ID: <1992Aug19.233435.2224@njitgw.njit.edu>
  6. Date: 19 Aug 92 23:34:35 GMT
  7. References: <714223952.6@wyrm.rbbs-net.ORG> <1992Aug19.162731.3242@nuscc.nus.sg>
  8. Sender: news@njit.edu
  9. Organization: New Jersey Institute of Technology, Newark, N.J.
  10. Lines: 22
  11. Nntp-Posting-Host: hertz.njit.edu
  12.  
  13. In article <1992Aug19.162731.3242@nuscc.nus.sg> eletanjm@nuscc.nus.sg (TAN JIN MENG) writes:
  14. >Another useful thing to know is the command "dir/s" which recursively
  15. >lists all files in the directory and its descendents. This can be
  16. >combined with the grep.
  17.  
  18. Why use the grep?  Just use dir /s as follows:
  19.  
  20. DIR *.INI /S    (to find all .ini files on the drive)
  21. DIR PM*.DLL /S  (to find all .dll files beginning with "PM")
  22.  
  23. etc.
  24.  
  25. You only need something grep-like if you need to do regular expression
  26. searching. 
  27.  
  28.  
  29.  
  30. -- 
  31.    |)  David Charlap           "I don't even represent myself
  32.   /|_  dic5340@hertz.njit.edu   sometimes so NJIT is right out!.
  33.  ((|,)
  34.   ~|~  Hi! I am a .signature virus, copy me into your .signature file.
  35.