From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 102621] Directory name or file name staring with '-' cannot be handled through command line,i.e.,terminal
Date: Tue, 06 Oct 2020 13:23:58 +0000 [thread overview]
Message-ID: <bug-102621-13602-aJrXxmpQZz@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-102621-13602@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=102621
Mauricio Faria de Oliveira (mfo@canonical.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mfo@canonical.com
--- Comment #4 from Mauricio Faria de Oliveira (mfo@canonical.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.
next prev parent reply other threads:[~2020-10-06 13:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-10 16:31 [Bug 102621] New: Directory name or file name staring with '-' cannot be handled through command line,i.e.,terminal bugzilla-daemon
2015-08-10 17:36 ` [Bug 102621] " bugzilla-daemon
2015-08-10 18:07 ` bugzilla-daemon
2015-08-11 15:51 ` bugzilla-daemon
2020-10-05 20:56 ` bugzilla-daemon
2020-10-06 13:23 ` bugzilla-daemon [this message]
2020-10-06 15:53 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-102621-13602-aJrXxmpQZz@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=linux-ext4@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.