Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
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

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised 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.