Search code examples
linuxbashmanpageinfo

Are there any man pages that summarize bash scripting?


I have a computer science test coming up on basic bash scripting. We work on offline-only linux machines (pretty much stock Fedora) that have all the typical man/info pages installed. That being said, memorizing things like bash if statement tests and stuff is quite monotonous, is there a man/info page that covers simple topics like if syntax, bash script syntax, etc.?


Solution

  • The description of bash syntaxes like if statements or for loop is in the command help.