[patch #10239] add two tests about find and xargs

2022-08-08 Thread zhoushuiqing
Follow-up Comment #4, patch #10239 (project findutils): Sorry for the inconvenience caused to you. name: Shuiqing Zhou email: zhoushuiqing...@outlook.com ___ Reply to this item at: <https://savannah.gnu.org/patch/?10

[patch #10239] add two tests about find and xargs

2022-08-05 Thread zhoushuiqing
Follow-up Comment #2, patch #10239 (project findutils): I am very sorry for the late reply. Yes, I'm willing to add Copyright assignment. And thank you very much for accepting this patch. My real name is zhoushuiqing, but it's a Chinese-style n

[patch #10239] add two tests about find and xargs

2022-06-23 Thread zhoushuiqing
URL: <https://savannah.gnu.org/patch/?10239> Summary: add two tests about find and xargs Project: findutils Submitter: zhoushuiqing Submitted: Thu 23 Jun 2022 07:38:56 AM UTC Category: None Pr

[patch #10214] In find/fstype.c, get_mounted_devices() is not be called anywhere

2022-06-21 Thread zhoushuiqing
URL: <https://savannah.gnu.org/patch/?10214> Summary: In find/fstype.c, get_mounted_devices() is not be called anywhere Project: findutils Submitter: zhoushuiqing Submitted: Tue 21 Jun 2022 12:57:29 PM UTC Ca

[bug #58384] incorect documentaion for -regex

2022-06-08 Thread zhoushuiqing
Follow-up Comment #4, bug #58384 (project findutils): In code, the default regextype is RE_SYNTAX_EMACS. The syntax of these regular expressions seems to depend on gnulib. Findutils just calls gnulib's regex match function... ___ Reply to

[bug #62561] "files0-from" expression prints "find: '\n' No such file or directory "

2022-06-02 Thread zhoushuiqing
URL: <https://savannah.gnu.org/bugs/?62561> Summary: "files0-from" expression prints "find: '\n' No such file or directory " Project: findutils Submitter: zhoushuiqing Submit

[bug #62480] find -D stat cannot print anything

2022-05-17 Thread zhoushuiqing
Follow-up Comment #2, bug #62480 (project findutils): Thank you very much, I am interested in this program so I am learning it ___ Reply to this item at: __

[bug #58197] "find" fails to optimize "-path /usr/foo -o -path /usr/bar" to "-regex '/usr/\(foo\|bar\)'"

2022-05-17 Thread zhoushuiqing
Follow-up Comment #1, bug #58197 (project findutils): $find ... -regex ".. | .." $find ... -path.. -o -path .. they are not the same in the expression tree. $find -D tree ... As we can see from the result of this command, -regex on a leaf alone, two -path on two leaves. While searching for files,

[bug #62480] find -D stat cannot print anything

2022-05-17 Thread zhoushuiqing
URL: <https://savannah.gnu.org/bugs/?62480> Summary: find -D stat cannot print anything Project: findutils Submitted by: zhoushuiqing Submitted on: Tue 17 May 2022 01:16:55 PM UTC Category: find Se