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

Echo

  • echo
  • pwd
  • man
echo Hello World
echo $BASH_VERSION
bash --version

echo and pwd  are external programs that we can run using the shell

man bash

man cd    (does not exist)
help cd