Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connoratherton/shell-helpers
A repo full of helpful shell code snippets
https://github.com/connoratherton/shell-helpers
Last synced: about 1 month ago
JSON representation
A repo full of helpful shell code snippets
- Host: GitHub
- URL: https://github.com/connoratherton/shell-helpers
- Owner: ConnorAtherton
- License: mit
- Created: 2015-09-17T03:14:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T05:44:56.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T20:10:34.169Z (7 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shell-helpers
A repo full of helpful shell code snippets### What is this?
This is my playground for learning shell scripting. Zsh is my shell
of choice but I plan to start off writing these script to be compatible with
bash because a) bash is ubiquitous, and b) there is already a lot of free,
high bash scripting tutorials available to everyone.### Goals
- learn the syntax
- investigate compatibility issues
- explore existing programs for general structure### Resources
I will update this list as I go along.
[An in-depth exploration of the art of shell scripting](http://tldp.org/LDP/abs/html/)
[A great intro to sed](http://www.grymoire.com/Unix/Sed.html)### Good code examples
[Concurrent](https://github.com/themattrix/bash-concurrent/blob/master/concurrent.lib.sh)