# sh > Bourne shell, de standaard opdrachttaalinterpreter. > Zie ook `histexpand` voor uitbreiding van de geschiedenis. > Meer informatie: . - 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`