diff options
| author | Matteo Croce <teknoraver@meta.com> | 2025-04-19 03:09:25 +0200 |
|---|---|---|
| committer | Matteo Croce <teknoraver@meta.com> | 2025-05-21 04:21:23 +0200 |
| commit | 8fabaa8b76b03e6c4bd4cd6a266e30152f9e5ec9 (patch) | |
| tree | 5d686a670e3ecd8072c1542cd1daa89980958632 /bash-completion | |
| parent | ea04d719352add738251446315cebdada90171a9 (diff) | |
| download | util-linux-8fabaa8b76b03e6c4bd4cd6a266e30152f9e5ec9.tar.gz | |
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>
Diffstat (limited to 'bash-completion')
| -rw-r--r-- | bash-completion/fincore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/fincore b/bash-completion/fincore index f0f9c45f17..5f073b4ec0 100644 --- a/bash-completion/fincore +++ b/bash-completion/fincore @@ -32,6 +32,7 @@ _fincore_module() --output --output-all --raw + --recursive --help --version " |
