bash-life #15

Merged
jf merged 2 commits from bash-life into main 2025-05-20 22:24:22 +02:00
Showing only changes of commit 7cea148a89 - Show all commits

View 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'
```