|
|
|
|
|
by MFogleman
2383 days ago
|
|
Im a big fan of a cli program called tldr[1]. Usually when the internet says "Run these commands", they either don't tell you what they do, or tell you to just check `man`. The problem is that man pages can be super long, can have a somewhat intimidating syntax, and 1,000 flags that arent your flag. Running `tldr program_name` gives you a way simpler manual with common flags and actual examples. [1]https://github.com/tldr-pages/tldr |
|