rmlint icon indicating copy to clipboard operation
rmlint copied to clipboard

Provide a way to make rmlint.sh less verbose

Open dzg opened this issue 10 months ago • 1 comments

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!!

dzg avatar Sep 30 '23 20:09 dzg

-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.

cebtenzzre avatar Sep 30 '23 22:09 cebtenzzre