[bug #65895] Expression order matters?

2024-06-19 Thread James Youngman
Update of bug #65895 (group findutils): Status:None => Invalid Assigned to:None => jay Open/Closed:Open => Closed

[bug #65890] xargs keeps child processes in zombie state before starting a new process

2024-06-19 Thread James Youngman
Follow-up Comment #1, bug #65890 (group findutils): You didn't state what version of findutils this problem affects. Is this problem reproducible with findutils version 4.10.0? ___ Reply to this item at:

[bug #65831] Test -type l is unsuccessful for symlink loops

2024-06-03 Thread James Youngman
k: Any Fixed Release: None ___ Follow-up Comments: --- Date: Mon 03 Jun 2024 12:55:32 PM UTC By: James Youngman >From https://savannah.gnu.org/bugs/?51926#comment8 >Co

[patch] Process find's leading options in a POSIX-compliant way

2024-06-03 Thread James Youngman
This patch makes find accept things like "find -PP .". From c10a0126dd56e42a8118494cf67a6c74eb58c0db Mon Sep 17 00:00:00 2001 From: James Youngman Date: Mon, 3 Jun 2024 08:44:12 +0100 Subject: [PATCH] find: Process -P -H -L options in a POSIX-compliant way. To: findutils-patc...@gnu.or

[bug #38474] Unintended (?) behaviour change of -perm +mode predicate

2024-06-02 Thread James Youngman
Update of bug #38474 (group findutils): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #13: I don't think

[bug #42501] Add -E option for FreeBSD/Mac OSX compatibility

2024-06-02 Thread James Youngman
Follow-up Comment #6, bug #42501 (group findutils): Chris, could you please determine which releases of FreeBSD and Mac OS X introduced this option? I would like to mention this in the sections of the documentation which deal with compatibility.

Implement new -E option for FreeBSD, Mac OS X compatibility

2024-06-02 Thread James Youngman
See attached patch (which I haven't pushed). This "fixes" the feature request https://savannah.gnu.org/bugs/index.php?42501 From 6b144b8c4d8199310ee07094ef70e7f597891bc5 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sun, 2 Jun 2024 10:34:59 +0100 Subject: [PATCH] Add -E option,

[bug #42501] Add -E option for FreeBSD/Mac OSX compatibility

2024-06-02 Thread James Youngman
Update of bug #42501 (group findutils): Status:None => Code Review ___ Follow-up Comment #5: This option is implemented by the attached patch. I haven't pushed this patch yet. (file

[bug #57461] Configure leaves directory trees that cannot be removed on PowerPC Mac OS X 10.5.8, Leopard

2024-06-02 Thread James Youngman
Follow-up Comment #7, bug #57461 (group findutils): Try running configure with this question "pre-answered": env gl_cv_func_getcwd_path_max=no ./configure This should result in a config.h file which says: /* #undef HAVE_MINIMALLY_WORKING_GETCWD */

[bug #56823] -regextype egrep compatibility issue, requires full string match as opposed to egrep

2024-06-02 Thread James Youngman
Update of bug #56823 (group findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #43507] find fails on -exec, -execdir, -ok, -okdir

2024-06-02 Thread James Youngman
Update of bug #43507 (group findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

Pushed tabs-to-spaces change

2024-06-01 Thread James Youngman
I pushed the change converting tabs in Findutils C source to spaces. The git branch containing this change is now deleted (since it has been merged). https://www.youtube.com/watch?v=SsoOG6ZeyUI

[bug #65812] make dist includes bnary file

2024-05-30 Thread James Youngman
Update of bug #65812 (group findutils): Status:None => Fixed Fixed Release:None => 4.10.0 ___ Follow-up Comment #1: Fixed in git, with

[bug #65812] make dist includes bnary file

2024-05-30 Thread James Youngman
Update of bug #65812 (group findutils): Assigned to:None => jay ___ Reply to this item at: ___

[bug #65804] ~/bin detected as relative path

2024-05-28 Thread James Youngman
Follow-up Comment #3, bug #65804 (group findutils): Tilde-expansions can also expand to values relative to the current directory and (worse) $OLDPWD and this is precisely the dangerous scenario that the warning is concerned with. Note the second paragraph in this excerpt from the manual page

[bug #65804] ~/bin detected as relative path

2024-05-28 Thread James Youngman
Follow-up Comment #2, bug #65804 (group findutils): It does appear that Bash performs tilde expansion on $PATH entries while execvp (whicvh is what the env program uses) does not: $ env -u ENV -u BASH_ENV PATH='/bin:~/bin' bash --norc -c 'type rebuild-findutils.sh' rebuild-findutils.sh is

Optimization/optimisation

2024-05-27 Thread James Youngman
My earlier patch missed a few cases. The attached patch cleans those up. This change is probably too large to be included in findutils 4.10.0 at this point. James. From 3f0f5f8f485b5ca89075f63c2dd9986a74b54df5 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Mon, 27 May 2024 22:10:45 +0100

[bug #58427] Cost-base optimiser breaks short-circuit evaluation

2024-05-27 Thread James Youngman
Update of bug #58427 (group findutils): Status: In Progress => Fixed ___ Follow-up Comment #4: The attached patch (which I have pushed) disables CBO by default. (file #56107) This problem

[bug #63765] Unexpected deletions : find warnings with missing selection (true bug or half way between bug and non-bug ?)

2024-05-26 Thread James Youngman
Follow-up Comment #4, bug #63765 (group findutils): That would be a backward-incompatible change. ___ Reply to this item at: ___ Message sent via

[bug #51926] -xtype l fails on symbolic links that have a loop

2024-05-26 Thread James Youngman
Update of bug #51926 (group findutils): Status:None => Fixed ___ Follow-up Comment #7: This problem is fixed in the git code for findutils. To resolve your problem, you could either

[bug #22467] updatedb: --prunepaths doesn't allow directories with whitespace

2024-05-26 Thread James Youngman
Update of bug #22467 (group findutils): Status:None => Duplicate Assigned to:None => jay Open/Closed:Open => Closed

[bug #63461] Typo in pt_BR.po

2024-05-26 Thread James Youngman
Update of bug #63461 (group findutils): Status: In Progress => Fixed ___ Reply to this item at: ___

[bug #65794] Automake warnings for tests/xargs/test-sigusr.c

2024-05-26 Thread James Youngman
Update of bug #65794 (group findutils): Status:None => Fixed ___ Follow-up Comment #1: This problem is fixed in the git code for findutils. To resolve your problem, you could either

[bug #65796] tests/misc/help-version.sh fails distcheck when tree is dirty

2024-05-26 Thread James Youngman
Follow-up Comment #1, bug #65796 (group findutils): The improved diagnostic is in patch 64e9ddbd8cdbe1f9e93e637d28595c2ef5174bf6 ___ Reply to this item at:

[bug #65796] tests/misc/help-version.sh fails distcheck when tree is dirty

2024-05-26 Thread James Youngman
: None Severity: 4 - Important Item Group: Test suite failure Status: None Privacy: Public Assigned to: berny Originator Name: James Youngman Originator Email: Open/Closed: Open R

[bug #58156] Order of xargs -L and -I flags matters

2024-05-26 Thread James Youngman
Update of bug #58156 (group findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #26945] [wishlist] locate-d: dynamic updates using dnotify, inotify or fsnotify

2024-05-26 Thread James Youngman
Update of bug #26945 (group findutils): Status: Postponed => None ___ Reply to this item at: ___

[bug #22715] find command for NETPATHS in updatedb is inconsistent with that for SEARCHPATHS

2024-05-26 Thread James Youngman
Update of bug #22715 (group findutils): Status: Postponed => None ___ Reply to this item at: ___

[bug #22467] updatedb: --prunepaths doesn't allow directories with whitespace

2024-05-26 Thread James Youngman
Update of bug #22467 (group findutils): Status: Postponed => None ___ Reply to this item at: ___

[bug #20510] [wishlist] updatedb does not use gettext

2024-05-26 Thread James Youngman
Update of bug #20510 (group findutils): Status: Postponed => None ___ Reply to this item at: ___

[bug #19485] feature request: storing relative pathnames in locate databases

2024-05-26 Thread James Youngman
Update of bug #19485 (group findutils): Status: Postponed => None ___ Reply to this item at: ___

[bug #19374] Insufficient quoting of PRUNEPATHS in updatedb

2024-05-26 Thread James Youngman
Update of bug #19374 (group findutils): Status: Postponed => None ___ Reply to this item at: ___

[bug #17410] [wishlist] updatedb flexibility/doc

2024-05-26 Thread James Youngman
Update of bug #17410 (group findutils): Status: Postponed => None ___ Reply to this item at: ___

[bug #8599] updatedb / locate is unusable over NFS

2024-05-26 Thread James Youngman
Update of bug #8599 (group findutils): Status: Postponed => None ___ Reply to this item at: ___

[bug #65386] unknown predicate error when using '-1M' as lt 1

2024-05-26 Thread James Youngman
Update of bug #65386 (group findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #65386] unknown predicate error when using '-1M' as lt 1

2024-05-26 Thread James Youngman
Follow-up Comment #2, bug #65386 (group findutils): Also the list of starting points needs to be given before the tests and actions. That is, find recup_dir.101 -type f -a -size -1M rather than find . -type f -a -size -1M recup_dir.101

[bug #63765] Unexpected deletions : find warnings with missing selection (true bug or half way between bug and non-bug ?)

2024-05-26 Thread James Youngman
Update of bug #63765 (group findutils): Open/Closed:Open => Closed ___ Follow-up Comment #2: Marked as WAI for a year, time to close this I think.

[bug #56410] find -L doesn't follow symlinks outside the specified search scope

2024-05-26 Thread James Youngman
Update of bug #56410 (group findutils): Status: Working as Intended => None ___ Follow-up Comment #18: Since a documentation update is needed (prior comments point this out), this issue cannot be

[bug #56832] FAIL: tests/misc/help-version

2024-05-26 Thread James Youngman
Update of bug #56832 (group findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #52558] find does not print symlink object in case of follow symbolic links

2024-05-26 Thread James Youngman
Update of bug #52558 (group findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #15037] [Wishlist] find -ls isn't flexible enough but can't be emulated via -printf

2024-05-26 Thread James Youngman
Update of bug #15037 (group findutils): Status:None => Obsolete Open/Closed:Open => Closed ___ Follow-up Comment #4: ~19y since the

[bug #64857] find -ctime, -cnewer etc does not work

2024-05-26 Thread James Youngman
Follow-up Comment #3, bug #64857 (group findutils): Siegfried, if you don't respond, this bug will be marked obsolete and closed. ___ Reply to this item at:

[bug #62255] find -iname *Word* and find -iname *word* give different results

2024-05-26 Thread James Youngman
Update of bug #62255 (group findutils): Status: Need Info => Obsolete Open/Closed:Open => Closed ___ Follow-up Comment #5: No response from

[bug #48298] Find performance problem on simple conditions/large directories

2024-05-26 Thread James Youngman
Update of bug #48298 (group findutils): Status: Need Info => Obsolete Open/Closed:Open => Closed ___ Follow-up Comment #2: No response in 4y,

[bug #46815] problem when testing file size

2024-05-26 Thread James Youngman
Update of bug #46815 (group findutils): Status: Need Info => None ___ Reply to this item at: ___

[bug #46791] wishlist: no option to find devices for major/minor

2024-05-26 Thread James Youngman
Update of bug #46791 (group findutils): Status: Need Info => Obsolete Open/Closed:Open => Closed ___ Follow-up Comment #2: No response in 7y,

[bug #42501] Add -E option for FreeBSD/Mac OSX compatibility

2024-05-26 Thread James Youngman
Update of bug #42501 (group findutils): Status: Need Info => None ___ Reply to this item at: ___

[bug #39897] [RFE] Add "--max-count" feature to find

2024-05-26 Thread James Youngman
Update of bug #39897 (group findutils): Status: Need Info => Obsolete Open/Closed:Open => Closed ___ Follow-up Comment #2: No response in

[bug #35254] Compress sort's temporary files

2024-05-26 Thread James Youngman
Update of bug #35254 (group findutils): Status: Need Info => None ___ Reply to this item at: ___

[bug #26641] Wrong directory hard link count message on automounted directory.

2024-05-26 Thread James Youngman
Update of bug #26641 (group findutils): Status: Need Info => None ___ Reply to this item at: ___

[bug #40577] ACL support in find (new test(s) and updating -ls)

2024-05-26 Thread James Youngman
Follow-up Comment #2, bug #40577 (group findutils): I marked bug#27558 as a duplicate of this one. ___ Reply to this item at: ___ Message sent via

[bug #27558] [wishlist] support for posix acl match

2024-05-26 Thread James Youngman
Update of bug #27558 (group findutils): Status: Need Info => Duplicate Open/Closed:Open => Closed ___ Follow-up Comment #4: Rolling this up

[bug #65792] Improve support for file birth time

2024-05-26 Thread James Youngman
Follow-up Comment #2, bug #65792 (group findutils): > Perhaps it makes sense to add a function in Gnulib that allows fetching the creation-time of a file? That already exists (https://git.savannah.gnu.org/cgit/gnulib.git/tree/lib/stat-time.h#n156) and we're using it, as detailed in the first

[bug #32976] find has no option to ignore case of starting directories

2024-05-26 Thread James Youngman
Update of bug #32976 (group findutils): Status: Need Info => None ___ Reply to this item at: ___

[bug #37093] /usr/bin/xargs: rm: Argument list too long during make distclean in cross chroot

2024-05-26 Thread James Youngman
Update of bug #37093 (group findutils): Status: Need Info => Obsolete Assigned to:None => jay Open/Closed:Open => Closed

[bug #52129] find lacks "-older" option symmetric to "-newer"

2024-05-26 Thread James Youngman
Update of bug #52129 (group findutils): Status: Need Info => Obsolete Assigned to:None => jay Open/Closed:Open => Closed

[bug #47261] find produces two different results for the same command

2024-05-26 Thread James Youngman
Update of bug #47261 (group findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #65795] Set and meet code coverage standards

2024-05-26 Thread James Youngman
k: Any Fixed Release: None ___ Follow-up Comments: --- Date: Sun 26 May 2024 11:40:31 AM UTC By: James Youngman Establish an expectation for code coverage level. Meet it. (James c

[bug #65794] Automake warnings for tests/xargs/test-sigusr.c

2024-05-26 Thread James Youngman
n Lock: Any Fixed Release: None ___ Follow-up Comments: --- Date: Sun 26 May 2024 11:24:33 AM UTC By: James Youngman automake: warning: source file 'tests/xargs/test-si

[bug #65793] find -ls should match find -dils

2024-05-26 Thread James Youngman
Fixed Release: None ___ Follow-up Comments: --- Date: Sun 26 May 2024 11:22:48 AM UTC By: James Youngman find -ls should match the output of ls -dils. However there are some circums

[bug #65792] Improve support for file birth time

2024-05-26 Thread James Youngman
n Lock: Any Fixed Release: None ___ Follow-up Comments: --- Date: Sun 26 May 2024 11:09:03 AM UTC By: James Youngman We currently use gnulib's get_stat_birthtime() to determine th

[bug #40577] ACL support in find (new test(s) and updating -ls)

2024-05-26 Thread James Youngman
Update of bug #40577 (group findutils): Summary: find -ls does not display file acl info => ACL support in find (new test(s) and updating -ls) ___ Follow-up Comment #1: find also lacks a test for ACLs, so I modified the

[bug #58941] wishlist: Support for -xattr -xattrname

2024-05-26 Thread James Youngman
Follow-up Comment #6, bug #58941 (group findutils): By now, probably several find implementations have this or similar features. We should try to avoid introducing gratuitous incompatibilities. That could mean more than one new test could be needed.

[bug #64088] find should support file attribute flags (immutable, append-only, fscrypt, etc.)

2024-05-26 Thread James Youngman
Update of bug #64088 (group findutils): Status:None => Duplicate Open/Closed:Open => Closed ___ Follow-up Comment #3: This is a

[bug #58941] wishlist: Support for -xattr -xattrname

2024-05-26 Thread James Youngman
Follow-up Comment #5, bug #58941 (group findutils): bug #64088 specifically concerned the attributes append-only, immutable, nodump, fscrypt, verity, dax, projinherit ___ Reply to this item at:

[bug #58941] wishlist: Support for -xattr -xattrname

2024-05-26 Thread James Youngman
Follow-up Comment #4, bug #58941 (group findutils): bug #64088 is a duplicate of this one. ___ Reply to this item at: ___ Message sent via Savannah

[bug #58941] wishlist: Support for -xattr -xattrname

2024-05-26 Thread James Youngman
Follow-up Comment #3, bug #58941 (group findutils): bug #49574 is a duplicate of this bug (though that one predates this one). ___ Reply to this item at:

[bug #65770] Missing support for \(?: (which is part of Emacs regular expressions)

2024-05-23 Thread James Youngman
Update of bug #65770 (group findutils): Status:None => Need Info Assigned to:None => jay ___ Follow-up Comment #1: Please report this

Re: [bug #63605] Large number of UBSAN failures in test suite

2024-05-19 Thread James Youngman
Fixed with the attached patch. On Sun, May 19, 2024 at 10:26 PM James Youngman wrote: > Update of bug #63605 (group findutils): > > Status:None => Fixed > > Assigned to:

[bug #63605] Large number of UBSAN failures in test suite

2024-05-19 Thread James Youngman
Update of bug #63605 (group findutils): Status:None => Fixed Assigned to:None => jay ___ Follow-up Comment #1: This problem is

[bug #57461] Configure leaves directory trees that cannot be removed on PowerPC Mac OS X 10.5.8, Leopard

2024-05-19 Thread James Youngman
Update of bug #57461 (group findutils): Status:Obsolete => Platform Issue Open/Closed: Closed => Open ___ Reply to this item at:

[bug #54745] -mount needs to be slightly different from -xdev

2024-05-19 Thread James Youngman
Update of bug #54745 (group findutils): Category:None => find ___ Reply to this item at: ___

[bug #64816] support ls' --quoting-style= option

2024-05-19 Thread James Youngman
Update of bug #64816 (group findutils): Severity: 3 - Normal => 2 - Minor ___ Reply to this item at: ___

[bug #64741] Graceful stop of xargs

2024-05-19 Thread James Youngman
Update of bug #64741 (group findutils): Severity: 3 - Normal => 2 - Minor ___ Reply to this item at: ___

[bug #64605] Add support for extended attributes

2024-05-19 Thread James Youngman
Update of bug #64605 (group findutils): Severity: 3 - Normal => 1 - Wish ___ Reply to this item at: ___

[bug #64100] wish/request: please reserve -printf "%V %v %E %R %r %B %e %J %I %z %x %X %j"

2024-05-19 Thread James Youngman
Update of bug #64100 (group findutils): Severity: 3 - Normal => 1 - Wish ___ Reply to this item at: ___

[bug #64088] find should support file attribute flags (immutable, append-only, fscrypt, etc.)

2024-05-19 Thread James Youngman
Update of bug #64088 (group findutils): Severity: 3 - Normal => 1 - Wish ___ Reply to this item at: ___

[bug #63605] Large number of UBSAN failures in test suite

2024-05-19 Thread James Youngman
Update of bug #63605 (group findutils): Severity: 3 - Normal => 5 - Blocker ___ Reply to this item at: ___

[bug #63576] Improve find manual with examples and explanations for -size option

2024-05-19 Thread James Youngman
Update of bug #63576 (group findutils): Severity: 3 - Normal => 2 - Minor ___ Reply to this item at: ___

[bug #62230] Doc/behaviour mismatch for -printf %INVALID

2024-05-19 Thread James Youngman
Update of bug #62230 (group findutils): Severity: 3 - Normal => 2 - Minor ___ Reply to this item at: ___

[bug #62210] Optional replace-str for the -i option in section 3.2.2.6

2024-05-19 Thread James Youngman
Update of bug #62210 (group findutils): Severity: 3 - Normal => 2 - Minor ___ Reply to this item at: ___

[bug #61304] Contradiction about default type of regular expressions

2024-05-19 Thread James Youngman
Update of bug #61304 (group findutils): Severity: 3 - Normal => 2 - Minor Status:None => Fixed Assigned to:None => jay

[bug #60207] -prune returns false for files for which fstatat() fails with EACCESS

2024-05-19 Thread James Youngman
Update of bug #60207 (group findutils): Severity: 3 - Normal => 4 - Important ___ Reply to this item at: ___

[bug #58941] wishlist: Support for -xattr -xattrname

2024-05-19 Thread James Youngman
Update of bug #58941 (group findutils): Severity: 3 - Normal => 1 - Wish ___ Reply to this item at: ___

[bug #58384] incorect documentaion for -regex

2024-05-19 Thread James Youngman
Update of bug #58384 (group findutils): Status:None => Fixed Assigned to:None => jay ___ Follow-up Comment #5: Fixed in git a

[bug #57693] find wastefully calls stat for leaves

2024-05-19 Thread James Youngman
Update of bug #57693 (group findutils): Severity: 3 - Normal => 4 - Important ___ Reply to this item at: ___

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

2024-05-19 Thread James Youngman
Update of bug #58197 (group findutils): Severity: 3 - Normal => 1 - Wish ___ Reply to this item at: ___

[bug #57461] Configure leaves directory trees that cannot be removed on PowerPC Mac OS X 10.5.8, Leopard

2024-05-19 Thread James Youngman
Update of bug #57461 (group findutils): Status:None => Obsolete Assigned to:None => jay Open/Closed:Open => Closed

[bug #56855] find -printf %h gives an empty string for the root directory '/'

2024-05-19 Thread James Youngman
Update of bug #56855 (group findutils): Severity: 3 - Normal => 4 - Important ___ Reply to this item at: ___

[bug #55190] xargs documentation is confusing about the usage of -i and -I (capital i), and doesn't have any examples on this options

2024-05-19 Thread James Youngman
Update of bug #55190 (group findutils): Category: xargs => documentation Severity: 3 - Normal => 2 - Minor ___ Follow-up Comment #4: Bernhard, what

[bug #54745] -mount needs to be slightly different from -xdev

2024-05-19 Thread James Youngman
Update of bug #54745 (group findutils): Severity: 3 - Normal => 4 - Important ___ Reply to this item at: ___

[bug #54263] find -L treats ENOENT and ENOTDIR differently

2024-05-19 Thread James Youngman
Update of bug #54263 (group findutils): Assigned to:None => berny ___ Reply to this item at: ___

[bug #52592] Documentation for 'find' unclear on default regex type

2024-05-19 Thread James Youngman
Update of bug #52592 (group findutils): Status:None => Fixed Assigned to:None => jay ___ Follow-up Comment #1: Fixed in git

[bug #50058] [wishlist] -prune a subdir(tree) when a file therein matches criteria

2024-05-19 Thread James Youngman
Update of bug #50058 (group findutils): Status:None => Wont Fix Assigned to:None => jay Open/Closed:Open => Closed

[bug #44078] Find fails if executed from a directory on which the user has no list permissions and exec is an option used

2024-05-19 Thread James Youngman
Update of bug #44078 (group findutils): Status:None => Fixed Assigned to:None => jay Open/Closed:Open => Closed

[bug #42937] xargs --show-limits environment size subtracted twice possibly

2024-05-19 Thread James Youngman
Update of bug #42937 (group findutils): Severity: 3 - Normal => 4 - Important ___ Follow-up Comment #3: Do you have an update? ___ Reply to

[bug #40577] find -ls does not display file acl info

2024-05-19 Thread James Youngman
Update of bug #40577 (group findutils): Severity: 3 - Normal => 2 - Minor ___ Reply to this item at: ___

[bug #40257] wishlist: action -execf

2024-05-19 Thread James Youngman
Update of bug #40257 (group findutils): Severity: 3 - Normal => 1 - Wish Status:None => Wont Fix Assigned to:None => jay Open/Closed:

[bug #38658] If the command exec() fails, xargs terminates prematurely

2024-05-19 Thread James Youngman
Update of bug #38658 (group findutils): Status:None => Working as Intended Assigned to:None => jay Open/Closed:Open => Closed

[bug #37201] Colourized output

2024-05-19 Thread James Youngman
Update of bug #37201 (group findutils): Status:None => Wont Fix Assigned to:None => jay Open/Closed:Open => Closed

  1   2   3   4   5   6   7   8   9   10   >