[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bug-102621-13602-aJrXxmpQZz@https.bugzilla.kernel.org/>
Date: Tue, 06 Oct 2020 13:23:58 +0000
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 102621] Directory name or file name staring with '-' cannot be
handled through command line,i.e.,terminal
https://bugzilla.kernel.org/show_bug.cgi?id=102621
Mauricio Faria de Oliveira (mfo@...onical.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mfo@...onical.com
--- Comment #4 from Mauricio Faria de Oliveira (mfo@...onical.com) ---
(In reply to Eric Sandeen from comment #1)
> Not a bug, kernel or otherwise. You're simply seeing mkdir & touch
> interpret "-t" as an option. Preface with "./" to avoid this:
One can also use '--' to stop parsing for options, e.g.,
$ touch -- -test
$ mkdir -- -test-dir
$ ls -1d -- -test*
-test
-test-dir
--
You are receiving this mail because:
You are watching the assignee of the bug.
Powered by blists - more mailing lists