case
esac
The code looks for a match in the string ${var} against the pattern Just a. If there is a match, the code executes the body. Otherwise, the code prints the remaining text.
Shortcut: case
0 Comments
Add Comment
Log in to add a comment
case
esac
The code looks for a match in the string ${var} against the pattern Just a. If there is a match, the code executes the body. Otherwise, the code prints the remaining text.
Shortcut: case
Log in to add a comment