home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / question / 13475 < prev    next >
Encoding:
Text File  |  1992-11-16  |  863 b   |  30 lines

  1. Path: sparky!uunet!mcsun!uknet!doc.ic.ac.uk!daresbury!mrccrc!warwick!coventry!cmh061
  2. From: cmh061@cck.coventry.ac.uk (Richard Batty)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: How to delete a file named -l??
  5. Message-ID: <BxtIsy.JMu@cck.coventry.ac.uk>
  6. Date: 16 Nov 92 16:50:57 GMT
  7. References: <1992Nov14.050657.2219@wariat.org>
  8. Sender: news@cck.coventry.ac.uk (news user)
  9. Organization: Coventry University
  10. Lines: 17
  11. Nntp-Posting-Host: cc_sysk
  12.  
  13.  
  14. Try a simple C program to unlink it sometimg like this will work !!
  15.  
  16. #include <stdio.h>
  17.  
  18. main()
  19. {
  20.     unlink("FULL PATH & FILENAME HERE !");
  21.     }
  22.  
  23. It should work .... but dont quote me on that !!
  24.  
  25. -- 
  26.    __                           | JANET cmh061@uk.ac.cov.cck
  27.   /  )      _/_                 | AKA R.Batty
  28.  /--<  __.  /   ____  __.   __  |
  29. /___/_(_/|_<___/ / <_(_/|__/ <_ | "All I Want From Life Is To Get Out Alive !"
  30.