]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fincore: add recursive directory scanning
authorMatteo Croce <teknoraver@meta.com>
Sat, 19 Apr 2025 01:09:25 +0000 (03:09 +0200)
committerMatteo Croce <teknoraver@meta.com>
Wed, 21 May 2025 02:21:23 +0000 (04:21 +0200)
commit8fabaa8b76b03e6c4bd4cd6a266e30152f9e5ec9
tree5d686a670e3ecd8072c1542cd1daa89980958632
parentea04d719352add738251446315cebdada90171a9
fincore: add recursive directory scanning

Add a --recursive flag to fincore which allows to recursively scan
directories.

Co-authored-by: Karel Zak <kzak@redhat.com>
Signed-off-by: Matteo Croce <teknoraver@meta.com>
18 files changed:
bash-completion/fincore
configure.ac
meson.build
misc-utils/fincore.1.adoc
misc-utils/fincore.c
tests/expected/fincore/count.16384 [new file with mode: 0644]
tests/expected/fincore/count.16384.recursive [new file with mode: 0644]
tests/expected/fincore/count.4096
tests/expected/fincore/count.4096.recursive [new file with mode: 0644]
tests/expected/fincore/count.65536
tests/expected/fincore/count.65536.recursive [new file with mode: 0644]
tests/expected/fincore/count.err [moved from tests/expected/fincore/count.err.4096 with 100% similarity]
tests/expected/fincore/count.err.65536 [deleted file]
tests/expected/fincore/count.err.nosize [deleted file]
tests/expected/fincore/count.nosize
tests/expected/fincore/count.nosize.recursive [new file with mode: 0644]
tests/helpers/test_sysinfo.c
tests/ts/fincore/count