Skip to content

Instantly share code, notes, and snippets.

@alexcg1
Last active April 21, 2024 08:37
Show Gist options
  • Save alexcg1/6e6718c43761d68b7404ec4aa8a0ca59 to your computer and use it in GitHub Desktop.
Save alexcg1/6e6718c43761d68b7404ec4aa8a0ca59 to your computer and use it in GitHub Desktop.

Getting CLI commands to stfu

wget

Flag Result
--no-verbose or -nv Error messages, basic info printed, but probably not every damn filename
-q stfu

pip

Flag Result
-q shut up
-qq No, really shut up
-qqq stfu

unzip

Flag Result
-q shut up
-qq stfu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment