Inconsistence on file operation when the name already exists with exe extension

Aaron Schneider notstop@users.sourceforge.net
Sun Jul 8 20:37:00 GMT 2012




-- This way works to have the two files simultaneously --:
touch file
touch file.exe

-- This way doesn't --:
touch file.exe
touch file

-- This works again and is similar to 1st --:
touch file.exe && bzip2 file.exe
touch file
bzip2 -d file.exe.bz2
----
How can this be?

 		 	   		  

--
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



More information about the Cygwin mailing list