| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Reply-To: | "PLAN Fr=?utf-8?B?w6k=?=d=?utf-8?B?w6k=?=ric URS Lyon" <frederic DOT plan AT francetelecom DOT com> |
| From: | "PLAN Fr=?utf-8?B?w6k=?=d=?utf-8?B?w6k=?=ric URS Lyon" <frederic DOT plan AT francetelecom DOT com> |
| To: | "'Michael Pfeiffer'" <michael DOT pfeiffer AT scch DOT at>, <cygwin AT cygwin DOT com> |
| Subject: | RE: How to delete file "nul"? |
| Date: | Fri, 2 Jul 2004 13:18:08 +0200 |
| Message-Id: | <003901c46026$41742150$558a920a@lyon.francetelecom.fr> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <loom.20040702T111613-726@post.gmane.org> |
| X-IsSubscribed: | yes |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id i62BILbE008407 |
Hello,
try this way :
cd my_folder
find ./ -name "nul" -exec rm {} /;
Fred
-----Message d'origine-----
De : cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com]De la part
de Michael Pfeiffer
Envoye : vendredi 2 juillet 2004 11:29
A : cygwin AT cygwin DOT com
Objet : How to delete file "nul"?
Hi
bash allows to pipe to a file named "nul" e.g.:
echo test > nul
bash-2.05b$ ls -l
total 1
-rwxrwxrwx 1 pfeiffer mkgroup- 4 Jul 2 10:00 nul
The problem is that this file can not be deleted.
I was not able to delete it using the "rm" command in
bash, or "del" in a windows command line or the
windows explorer.
Any idea how this file can be deleted, without
booting an alternative OS?
Regards,
Michael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |