What is the macOS (10.14.6) equivalent of --exclude in du ?
du -hs --exclude=./node_modules/
du: illegal option -- -
usage: du [-H | -L | -P] [-a | -s | -d depth] [-c] [-h | -k | -m | -g] [-x] [-I mask] [file ...]
What is the macOS (10.14.6) equivalent of --exclude in du ?
du -hs --exclude=./node_modules/
du: illegal option -- -
usage: du [-H | -L | -P] [-a | -s | -d depth] [-c] [-h | -k | -m | -g] [-x] [-I mask] [file ...]
gdu
(likegfind
orggrep
) – anki Aug 15 '20 at 07:57