Cheatsheet linux section

This commit is contained in:
Martin Blazik
2020-09-19 16:32:28 +02:00
parent c49c249d46
commit 54afc6e12f

View File

@@ -31,6 +31,9 @@ set -o errexit
set -o nounset
set -o pipefail
```
### Linux
tldr - basic command usage
usermod - modifu user account
### Tools
- [ShellCheck](https://github.com/koalaman/shellcheck) A shell script static analysis tool