Exploring Intro To Korn Shell Lesson 7b Pattern Matching
Welcome to our comprehensive guide on Intro To Korn Shell Lesson 7b Pattern Matching.
- matches
- Goes over testing strings instead of math. [[ "$string1" comparison "$string2" ]]
- Goes over using [ ] for giving you a choice/range. For example: *[aeiouAEIOU]* to see if a string has a vowel in it. Also goes over ...
- Goes over the basic math that
- How do you perform math w/ command line arguments? (( Cube = $1 * $1 * $1 ))
In-Depth Information on Intro To Korn Shell Lesson 7b Pattern Matching
Goes over: 1) Goes over using @( ) to Goes over the use of *(pat1|pat2|pat3...) which Goes over the use of +(pat1|pat2|pat3...) which
Goes over compound tests within the if statement using && and ||.
In summary, understanding Intro To Korn Shell Lesson 7b Pattern Matching gives us a better perspective.