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

22 lines
379 B
Markdown
Raw Normal View History

# 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`