This commit is contained in:
Inaki Fernandez
2021-08-16 12:55:37 +02:00
parent ed040c6832
commit 80aba3263b

View File

@@ -9,6 +9,7 @@
- [Youtube](#youtube)
- [Reddit](#reddit)
- [Linux Commands and Tools](#linux-commands-and-tools)
- [BusyBox](#busybox)
- [Bash](#bash)
- [Zsh](#zsh)
- [ZX](#zx)
@@ -176,6 +177,10 @@
- [tecmint.com: 10 Practical Examples of Rsync Command in Linux](https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/)
- [tecmint.com: 10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories](https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories/)
## BusyBox
- [busybox.net](https://www.busybox.net/) BusyBox: The Swiss Army Knife of Embedded Linux
- [genbeta.com: BusyBox, el ejecutable que agrupa casi 200 utilidades Unix de línea de comandos (y que puedes usar también en Windows o Android)](https://www.genbeta.com/herramientas/busybox-ejecutable-que-agrupa-casi-200-utilidades-gnu-linea-comandos-que-puedes-usar-tambien-windows-android)
## Bash
- [igoroseledko.com: Checking Multiple Variables in Bash](https://www.igoroseledko.com/checking-multiple-variables-in-bash/)
- [Introduction to Bash Scripting Interactive training](https://ebook.bobby.sh/training.html)