This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin uninstall: Problem with /dev/nul


Den 2010-10-01 02:49 skrev Al:
>>
>> cd /dev
>> rm -f nul

Someone, somewhere, has done

echo crap > /dev/nul

instead of the intended

echo crap > /dev/null

If the /dev/nul file is still around it should be possible to
examine it and possible identify the culprit.

It might be some script in Cygwin, but I'm going to go out on a limb
and suggest that it is more probable that it is an end-user typo.

Cheers,
Peter

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]