How do I interpret square brackets? For example:
The syntax of the 'case' command is:
case WORD in
[ [(] PATTERN [| PATTERN]...) COMMAND-LIST ;;]...
esac
I understand how to do the loop but when asking for help from bash documentation I did not know how to interpret the brackets. I mean what the hell does it mean, [(]
?