Consolidate shell tips

This commit is contained in:
2026-05-19 14:59:34 +02:00
parent 77af4be50c
commit f47a28b359
3 changed files with 29 additions and 120 deletions
+6
View File
@@ -68,3 +68,9 @@ x="$(!!)"
echo $x
for file in $x ; do fortune > $file ; done
```
# See Also
- [Readline](shell/readline.md)
- [Shell tips](shell/shell_tips.md)