Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.?

like image 985
Alexander Avatar asked Feb 14 '23 14:02

Alexander


1 Answers

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

like image 175
Lie Ryan Avatar answered Feb 23 '23 08:02

Lie Ryan