home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9393 < prev    next >
Encoding:
Text File  |  1992-08-30  |  1.3 KB  |  42 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!news.Brown.EDU!noc.near.net!news.cs.brandeis.edu!chaos.cs.brandeis.edu!oren
  3. From: oren@chaos.cs.brandeis.edu (Oren Kastner)
  4. Subject: Re: Using patch
  5. Message-ID: <1992Aug30.205030.7491@news.cs.brandeis.edu>
  6. Sender: news@news.cs.brandeis.edu (USENET News System)
  7. Organization: Brandeis University
  8. References: <1992Aug29.032618.21762@athena.mit.edu> <1992Aug29.102118.16754@klaava.Helsinki.FI>
  9. Date: Sun, 30 Aug 1992 20:50:30 GMT
  10. Lines: 30
  11.  
  12. In article <1992Aug29.102118.16754@klaava.Helsinki.FI> wirzeniu@klaava.Helsinki.FI (Lars Wirzenius) writes:
  13.  
  14. [useful stuff about how to patch sources with `patch' deleted]
  15.  
  16. >........................................  Also, I usually do
  17. >
  18. >    find /usr/src/linux -name '*~' -print | xargs rm
  19. >
  20. >to get rid of the backup files patch created.
  21.  
  22. and if you don't have xargs, you can always use:
  23.  
  24.     find /usr/src/linux -name "*~" -exec /bin/rm -f {} \;
  25.  
  26. >
  27. >(How did I learn all those tricks?  I RTFM. :)
  28. >
  29. >--
  30. >Lars.Wirzenius@helsinki.fi
  31.  
  32. Why am I posting this?
  33.               Why not? :-) !!
  34.  
  35.             Ok... now back to your regularly scheduled Linuxing...
  36.  
  37. -- 
  38.  
  39. Oren Kastner                           E-mail address:
  40.  
  41. Brandeis University                    oren@chaos.cs.brandeis.edu
  42.