":" in filename

Hiroki Sakagami sakagami@gmail.com
Sat Mar 25 03:57:00 GMT 2006


Hi,

What happens in the below commands?  The ":" in filenames seems to be
a problem.  But I don't understand the rule.

% ls -l
total 0
% touch aaa:bbb
% ls -l
total 0
-rw-rw-rw- 1 anonymous anonymous 0 Mar 25 12:32 aaa
% ls -l aaa:bbb
-rw-rw-rw- 1 anonymous anonymous 0 Mar 25 12:32 aaa:bbb
% rm aaa:bbb
% ls -l
total 0
-rw-rw-rw- 1 anonymous anonymous 0 Mar 25 12:32 aaa
% rm aaa
% ls -l
total 0

--
Hiroki Sakagami

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



More information about the Cygwin mailing list