home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / shell / 5222 < prev    next >
Encoding:
Text File  |  1993-01-02  |  1.1 KB  |  32 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!giaeb!s1110238
  3. From: s1110238@giaeb.cc.monash.edu.au (Lee Hollingworth)
  4. Subject: Re: need a bit of help in
  5. Message-ID: <s1110238.725956972@giaeb>
  6. Sender: news@monu6.cc.monash.edu.au (Usenet system)
  7. Organization: Monash University, Melb., Australia.
  8. References: <1993Jan1.195022.23031@mnemosyne.cs.du.edu>
  9. Date: Sat, 2 Jan 1993 06:42:52 GMT
  10. Lines: 20
  11.  
  12. rduta@nyx.cs.du.edu (Radu) writes:
  13.  
  14.  
  15. >Ok, tow things:
  16. >1) I want a method of copying whole directories.  I'm used to the mac where
  17. >   you can just drag folders form one dir to another and it moves it or
  18. >   copies it.  I want something similar for unix.  The thing is that I
  19. >   Haven't the slightest idea how to start.
  20.  
  21. >2) I was wandering what is the easiest way to do a recursive grep, where
  22. >   it searches all the files in all dirs.  I was thinking something along
  23. >   the lines of "grep -R string *" but the "-R" flag is not an option.
  24.  
  25. >any ideas?
  26.  
  27. Check out the "man" entry for cp, eg the recusive argument -r ...
  28.  
  29. Lee Hollingworth
  30. s1110238@giaeb.cc.monash.edu.au
  31.  
  32.