mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 02:15:25 +02:00
379 B
379 B
sh
Bourne shell, de standaard opdrachttaalinterpreter. Zie ook
histexpand
voor uitbreiding van de geschiedenis. Meer informatie: https://manned.org/sh.
- Start een interactieve shell sessie:
sh
- Voer een commando uit en sluit af:
sh -c "{{commando}}"
- Voer een script uit:
sh {{pad/naar/script.sh}}
- Lees en voer commando's uit van
stdin
:
sh -s