In linux, in bash scripting, the [...] statement can execute commands based on a word pattern matching decision.
Answer
case
Question
In linux, in bash scripting, the [...] statement can execute commands based on a word pattern matching decision.
Answer
?
Question
In linux, in bash scripting, the [...] statement can execute commands based on a word pattern matching decision.
Answer
case
If you want to change selection, open document below and click on "Move attachment"
The case statement [Bash Hackers Wiki] or ;& or ;;& in Bash 4 [(] <PATTERN2> ) <LIST2> ;; [(] <PATTERN3> | <PATTERN4> ) <LIST3-4> ;; ... [(] <PATTERNn>) <LISTn> [;;] esac Description <span>The case-statement can execute commands based on a pattern matching decision. The word <WORD> is matched against every pattern <PATTERNn> and on a match, the associated list <LISTn> is executed. Every commandlist is terminated by ;;. This rule
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.