]> Lady’s Gitweb - Shushe/commitdiff
Make find more cross‐compatible
authorLady <redacted>
Mon, 22 Jan 2024 00:49:17 +0000 (19:49 -0500)
committerLady <redacted>
Mon, 22 Jan 2024 00:49:17 +0000 (19:49 -0500)
The `-flags -nohidden` check doesn’t appear to work in G·N·U Find.
Apparently `-a` and `-o` are the Posix‐correct versions of `-and` and
`-or`, even though both G·N·U and B·S·D find seem to prefer the latter.

The `-type f` check is moved to the end, as it is computationally more
expensive than `-name` and so would benefit from an early exit.


No differences found
This page took 0.04542 seconds and 4 git commands to generate.