mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 03:36:29 +08:00
Add shyaml
This commit is contained in:
parent
5fc40fbe9d
commit
8e29e5fc0c
1 changed files with 2 additions and 0 deletions
|
@ -171,6 +171,8 @@ Notes:
|
|||
|
||||
- For JSON, use `jq`.
|
||||
|
||||
- For Yaml, use `shyaml`.
|
||||
|
||||
- For Excel or CSV files, [csvkit](https://github.com/onyxfish/csvkit) provides `in2csv`, `csvcut`, `csvjoin`, `csvgrep`, etc.
|
||||
|
||||
- For Amazon S3, [`s3cmd`](https://github.com/s3tools/s3cmd) is convenient and [`s4cmd`](https://github.com/bloomreach/s4cmd) is faster. Amazon's [`aws`](https://github.com/aws/aws-cli) is essential for other AWS-related tasks.
|
||||
|
|
Loading…
Reference in a new issue