bash-life (#15)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #15
This commit was merged in pull request #15.
This commit is contained in:
15
docs/Linux/2025-05-20-bash-life.md
Normal file
15
docs/Linux/2025-05-20-bash-life.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Bash life"
|
||||
summary: "Bourne Again SHell"
|
||||
author:
|
||||
- JF
|
||||
date: 20-05-2025
|
||||
---
|
||||
|
||||
[Bash cheatsheet](https://devhints.io/bash)
|
||||
|
||||
[Bash strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/)
|
||||
```bash
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
```
|
||||
@@ -21,6 +21,7 @@ nav:
|
||||
- "Kubernetes/2024-10-04-kubernetes-pense-bete.md"
|
||||
- "Kubernetes/2024-11-07-k3s-default-cert.md"
|
||||
- Linux:
|
||||
- "Linux/2025-05-20-bash-life.md"
|
||||
- "Linux/2019-07-09-manipulations-LVM.md"
|
||||
- About: about.md
|
||||
theme: readthedocs
|
||||
|
||||
Reference in New Issue
Block a user