home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!doc.ic.ac.uk!daresbury!mrccrc!warwick!coventry!cmh061
- From: cmh061@cck.coventry.ac.uk (Richard Batty)
- Newsgroups: comp.unix.questions
- Subject: Re: How to delete a file named -l??
- Message-ID: <BxtIsy.JMu@cck.coventry.ac.uk>
- Date: 16 Nov 92 16:50:57 GMT
- References: <1992Nov14.050657.2219@wariat.org>
- Sender: news@cck.coventry.ac.uk (news user)
- Organization: Coventry University
- Lines: 17
- Nntp-Posting-Host: cc_sysk
-
-
- Try a simple C program to unlink it sometimg like this will work !!
-
- #include <stdio.h>
-
- main()
- {
- unlink("FULL PATH & FILENAME HERE !");
- }
-
- It should work .... but dont quote me on that !!
-
- --
- __ | JANET cmh061@uk.ac.cov.cck
- / ) _/_ | AKA R.Batty
- /--< __. / ____ __. __ |
- /___/_(_/|_<___/ / <_(_/|__/ <_ | "All I Want From Life Is To Get Out Alive !"
-