mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
339 B
339 B
sh
Bourne shell, de standaard opdrachttaalinterpreter. Zie ook:
!,^. 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