Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Free functions

execExecutes a shell command and returns its exit code and standard output. Prefer using output if you only care about successful commands and want an error otherwise....
outputRuns a shell command and returns its stdout on success. If the underlying command exits with a non‑zero status, an error is returned which message includes the exit code....