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

Reply via email to