home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / alt / gopher / 1239 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.3 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!netnews.upenn.edu!msuinfo!convex.cl.msu.edu!boone
  2. From: boone@convex.cl.msu.edu (Dennis Boone)
  3. Newsgroups: alt.gopher
  4. Subject: Re: .cache
  5. Message-ID: <1992Aug17.221508.12934@msuinfo.cl.msu.edu>
  6. Date: 17 Aug 92 22:15:08 GMT
  7. References: <1992Aug12.195021.8790@trentu.ca> <5733@m1.cs.man.ac.uk>
  8. Sender: news@msuinfo.cl.msu.edu
  9. Organization: Michigan State University, East Lansing
  10. Lines: 21
  11.  
  12. In article <5733@m1.cs.man.ac.uk> M.Whidby@mcc.ac.uk writes:
  13. >Disadvantage - as you noted, if you change something in the tree it doesn't
  14. >appear immediately as viewed by the client until the cache file expires
  15. >(10 minutes by default I think). I run with caching on but if I want to
  16. >check something I've just inserted I do an 'rm .cache' in the appropriate
  17. >directory. Perhaps soemone should write a script to remove all .cache files
  18. >in a directory. (I miss the tree-walking capabilities that Primos had in
  19. >its wildcarding...)
  20.  
  21. At least they could have chosen more commonly used characters for their
  22. wildcarding.  (Yeah, I know, I know, they were there first.)
  23.  
  24. Try:
  25.  
  26.    find . -name .cache -exec rm {} ;;
  27.  
  28. but you'll have to figure out for your shell which of the special characters
  29. (ie {};) need to be escaped.  It should be roughly equivalent to the
  30. delete *>@@>@@ that you miss.
  31. --
  32.  == Frustration is portable. ==
  33.