home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / question / 13380 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.4 KB  |  36 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!mdisea!uw-coco!nwnexus!Celestial.COM!ray
  3. From: ray@Celestial.COM (Ray Jones)
  4. Subject: Re: 2nd time: How to remove files?
  5. Organization: Celestial Software, Mercer Island, WA
  6. Distribution: usa
  7. Date: Fri, 13 Nov 1992 17:09:01 GMT
  8. Message-ID: <1992Nov13.170901.25020@Celestial.COM>
  9. References: <Nov.11.13.41.20.1992.909@skynyrd.rutgers.edu>
  10. Keywords: remove, unix, corefiles
  11. Lines: 23
  12.  
  13. In <Nov.11.13.41.20.1992.909@skynyrd.rutgers.edu> puchalek@skynyrd.rutgers.edu (michael) writes:
  14.  
  15.  
  16. >    I posted this article in comp.unix.questions with a narrow
  17. >distribution, so I am reposting with a wider range. If you see it
  18. >twice, sorry.
  19.  
  20. >I keep getting files added to my working directory such as 'xerrors'
  21. >and '.nfs***'. If I put a line in my .login that says 'rm xerrors', a
  22. >'xerrors:no such file' message appears every time I log in. If I leave
  23. >the 'rm xerrors' line out of my .login, the 'xerrors' file starts to
  24. >show up in my root directory.
  25.  
  26. Looks like the 'xerrors:no such file' message is generated whenever
  27. there is NO "xerrors" file to remove and is silent when it actually
  28. removes the file.  Use:
  29. rm -f xerrors
  30. and rm will remove the file if it exists, and keep quite if it does
  31. not.
  32. -- 
  33. INTERNET:  ray@Celestial.COM   Ray A. Jones; Celestial Software
  34. UUCP:   ...!thebes!camco!ray   6641 East Mercer Way
  35.              uunet!camco!ray   Mercer Island, WA 98040; (206) 947-5591
  36.