💻
quick-bash
  • README
  • Preamble
  • Chapter 1
  • Chapter 2
  • Chapter 3
  • Chapter 4
  • Chapter 5
  • Chapter 6
  • Chapter 7
  • Chapter 8
  • Chapter 9
  • Appendix 1
  • Appendix 2
  • Appendix 3
  • Appendix 4
Powered by GitBook
On this page

Was this helpful?

Chapter 5

boolean operators

&&

||

conditional statements

if ... then ... fi

if ... then ... else ... fi

if ... then ... elif ... else ... fi

test

[[ ]]

case statement

case

PreviousChapter 4NextChapter 6

Last updated 4 years ago

Was this helpful?