Curator: Taavi Kivisik
This repository is for promoting quickly useful Bash. It started from a need to prepare some notes for the first Bash workshop I gave.
- Useful Bash One-Liners - Best for beginners to start benefiting from Bash immediately.
- Initialize Workspace for Practice - Run this Bash script to create folders and files which you can use to test out commands learned in Useful Bash Oneliners.
- Useful Bash for the System - Basic Bash for beginners for working with the system.
- Bash Scripting - Introduction to scripting in Bash and explains some of the basics of the language. What's the difference between a single quote and a double quote etc.
- Scripting Examples - Basic examples of Bash scripts.
Files with an 'md' extension are regular plain text files following a predefined structure. You can read them
- locally as is when opening them with any text editor (e.g. Notepad)
- locally in a nicely formatted way by opening them with an viewer/editor capable of interpreting Markdown (Google for Markdown viewer <your operating system name>)
- online in a nicely formatted way at https://github.com/tkivisik/useful-bash