preaction / ETL-Yertl

ETL With a Shell
http://preaction.me/yertl
Other
27 stars 4 forks source link

Document useful shell commands #61

Open preaction opened 9 years ago

preaction commented 9 years ago

The purpose of this project is to enhance the shell's ability to deal with structured data (documents) in order to take full advantage of what a POSIX shell already has to offer. There are also lots of GNU and Linux shell tools that are incredibly useful.

The list so far:

Always note whether or not the command is POSIX and what OSes might be able to take advantage of the command. Point Windows users at the Perl Power Tools (consider PowerShell in another ticket).

Also include in the documentation basic shell tuits like:

preaction commented 9 years ago

http://data.faridani.me/linux-data-manipulation/

preaction commented 9 years ago

Here's how one can use GNU parallel to work with the YAML documents:

parallel --env _ -d "\n---" --pipe yq ".foo" <t/share/yaml/group_by.yaml
preaction commented 8 years ago

http://monkey.org/~marius/unix-tools-hints.html