Linux Resources
Readings
linux
resources
readings
Linux Resources and Readings
1 Linux webs
Link | Description |
---|---|
Advanced Linux Commands Cheat Sheet | This cheat sheet presents a collection of Linux commands and executables for developers who are using the Linux operating system in advanced programming scenarios. Commands are organized by category and each one is presented with syntax, an explanation of what it is used for, and an example. |
Bash scripting cheatsheet | Bash scripting cheatsheet |
Learn X in Y minutes Where X=bash | Bash is a name of the unix shell, which was also distributed as the shell for the GNU operating system and as the default shell on most Linux distros. Nearly all examples below can be a part of a shell script or executed directly in the shell. |
2 Bash
3 Bash scripting
- The Bash Guide, A quality-driven guide through the shell’s many features. The Bash Guide
- Greg’s Wiki: Bash Guide
- Bash Guide for Beginners, Machtelt Garrels: Bash Guide for Beginners
- GNU Bash Reference Manual: Bash Features