hpr2659 :: Further ancillary Bash tips - 11
Making decisions in Bash (part 3)
Hosted by Dave Morriss on Thursday, 2018-10-11 is flagged as Explicit and is released under a CC-BY-SA license.
Bash, test, conditional expression, string comparison, pattern.
(Be the first).
The show is available on the Internet Archive at: https://archive.org/details/hpr2659
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:28:22
Bash Scripting.
This is an open series in which Hacker Public Radio Listeners can share their Bash scripting knowledge and experience with the community. General programming topics and Bash commands are explored along with some tutorials for the complete novice.
Further ancillary Bash tips - 11
This is the eleventh episode in the Bash Tips sub-series. It is the third of a group of shows about making decisions in Bash.
In the last two episodes we saw the types of test Bash provides, and we looked briefly at some of the commands that use these tests. Now we want to start examining the expressions that can be used in these tests, and how to combine them. We will also start looking at string comparisons in extended tests.
Long notes
I have provided detailed notes as usual for this episode, and these can be viewed here.
Links
- “GNU BASH Reference Manual”
“POSIX Shell Command Language” - documentation of all of the POSIX features mentioned in this series.
- Previous episodes under the heading Bash Tips:
- HPR episode 1648 “Bash parameter manipulation”
- HPR episode 1843 “Some Bash tips”
- HPR episode 1884 “Some more Bash tips”
- HPR episode 1903 “Some further Bash tips”
- HPR episode 1951 “Some additional Bash tips”
- HPR episode 2045 “Some other Bash tips”
- HPR episode 2278 “Some supplementary Bash tips”
- HPR episode 2293 “More supplementary Bash tips”
- HPR episode 2639 “Some ancillary Bash tips - 9”
- HPR episode 2649 “More ancillary Bash tips - 10”
- Resources:
- Examples: bash11_ex1.sh, bash11_ex2.sh, bash11_ex3.sh, bash11_ex4.sh, bash11_ex5.sh