S
S
Serious Shell Programming
Search…
S
S
Serious Shell Programming
Introduction
Acknowledgements
Basics
Strings
Single-Quotes
Double-Quotes
Unquoted Strings
Compound Strings
Here Documents
Conditionals
Regex
Control Flow
shellcheck
Introduction
Bad Advice
Style
awk
case
Redirection
Comments
trap
String Functions
substr
sprintf
replace
replaceall
replacestart
replaceend
fnmatch
awk
Pre-declaring Arrays
Sorting Arrays
Know Your limits
Arguments
Environment Variables
Solutions
Powered By
GitBook
Strings
shell is full of surprises. Mastering the four types of strings can help eliminate many of those surprises. Each of the following string types will be discussed with examples given for each.
Single-Quoted Strings
Double-Quoted Strings
Unquoted Strings
Compound Strings
Previous
Acknowledgements
Next
Single-Quotes
Last modified
2yr ago
Copy link