bug-findutils
[Top][All Lists]
Advanced

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

[bug #60383] [feature-request] let find read files from stdin or file.


From: Paxsali
Subject: [bug #60383] [feature-request] let find read files from stdin or file.
Date: Wed, 14 Apr 2021 09:13:48 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36

Follow-up Comment #4, bug #60383 (project findutils):

Ok now that discussion is off-topic, actually, but regarding this:

[comment #3 comment #3:]
> We cannot use //x as a way to escape x, because in POSIX path names matching
//[^/] are `special` and have an implementation-defined significance, which
`find` cannot know (find is intended to run also on non-GNU systems).

Interesting. I didn't know about that. But still, no show stopper in my
estimation.

Another alternative would be prefixing it with a currenlty unused
option/switch, e.g. "-e" like grep does for regular expressions starting with
a dash, or bash's "echo" builtin command has with it's "-E" flag.

$ find -e -evil -e -pathnames -e -dont -e -scare -e -me -ls

and ...

$ find -e -e -ls


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60383>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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