1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 02:15:25 +02:00
tldr/pages.nl/common/sh.md

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