Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document useful shell commands #61

Open
preaction opened this issue Dec 12, 2014 · 3 comments
Open

Document useful shell commands #61

preaction opened this issue Dec 12, 2014 · 3 comments
Labels

Comments

@preaction
Copy link
Owner

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:

  • xargs
  • parallel
  • at
  • tee
  • cron

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:

  • Pipes and redirection
  • Job control
@preaction preaction added the docs label Dec 13, 2014
@preaction
Copy link
Owner Author

@preaction
Copy link
Owner Author

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
Copy link
Owner Author

preaction added a commit that referenced this issue Sep 4, 2018
preaction added a commit that referenced this issue Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant