the-art-of-command-line
the-art-of-command-line copied to clipboard
Master the command line, in one page
Example: ``` # On MacOS, resize images larger than 400x400px to 400x400 or less and preserve aspect ratio: sips -Z 400 $(file *.png | awk '$5 > 400' | cut...
As mentioned in the issue #281 , The description "The output of a command can be treated like a file via
This is great guide, but unfortunately starts with bash while zsh is the default editor for macOS. As someone who knows a little command line I gave up when one...
Add [s5cmd](https://github.com/peak/s5cmd) to the section that mentions Amazon S3 utilities, because it's in the same category and has speed advantage.
I think mentioning [pipr](https://github.com/elkowar/pipr) would be fitting here, as it specifically serves as a really nice and interactive way to play around with shell utilities and pipeline processing commands such...
Since this has a big focus on Linux shells, POSIX is something that should be talked about, because it's a standard specification aiming at portability and compatibility. Perhaps POSIX has...
Hi! Please add info about https://fx.wtf (Terminal JSON viewer). Right now along with jq there is jid and jiq, and both not supported, have a lot of bugs (link not...
- Fixes some typos - Improve translation