Utilities

CommandDescription
echo [text]Print text
sleep secondsPause for N seconds
yes [text]Repeat text (default: y)
seq [first [inc]] lastPrint a sequence of numbers
trueReturn success (exit code 0)
falseReturn failure (exit code 1)
time commandMeasure command execution time
watch [-n s] commandRepeat command every N seconds
wget urlDownload a file from a URL
historyShow command history
clearClear the screen
helpShow help with all commands
resetReset the session state
exit / quitExit the shell