Go to the first, previous, next, last section, table of contents.


Shell Reserved Words

Jump to: ! - [ - ] - c - d - e - f - i - s - t - u - w - { - }

!

  • !
  • [

  • [[
  • ]

  • ]]
  • c

  • case
  • d

  • do
  • done
  • e

  • elif
  • else
  • esac
  • f

  • fi
  • for
  • function
  • i

  • if
  • in
  • s

  • select
  • t

  • then
  • time
  • u

  • until
  • w

  • while
  • {

  • {
  • }

  • }

  • Go to the first, previous, next, last section, table of contents.