bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

touching "-"


From: antonio
Subject: touching "-"
Date: Wed, 09 Dec 2009 01:55:38 +0100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

$ touch - && echo ok
ok

$ ls -
ls: cannot access -: No such file or directory

$ touch -- - && echo ok
ok

$ ls -
ls: cannot access -: No such file or directory

$ : > -

$ ls -
-





reply via email to

[Prev in Thread] Current Thread [Next in Thread]