sahib / rmlint

Extremely fast tool to remove duplicates and other lint from your filesystem
http://rmlint.rtfd.org
GNU General Public License v3.0
1.85k stars 128 forks source link

Provide a way to make rmlint.sh less verbose #632

Open dzg opened 9 months ago

dzg commented 9 months ago

Just installed on Mac Silicon view brew

rmlint --version
version 2.10.2 compiled: Aug  9 2023 at [08:49:19] "Ludicrous Lemur" (rev unknown)
compiled with: -mounts -nonstripped -fiemap +sha512 +bigfiles +intl +replay -xattr -btrfs-support

After running, when I do ./rmlint.sh -cqd it's not "quiet", it still logs every action.

Am I missing something?

Thanks!!

cebtenzzre commented 9 months ago

-q is only to turn off the progress percent indicator on each line. If you want no output from the script, you can run ./rmlint.sh -cd >/dev/null.

The script should probably separate errors and status messages a little better, as right now they both go to stdout - you can't silence one without silencing the other.