String manipulation recipes.
- Omit substrings from a delimited string. This is useful for extracting the file and directories from a path. See path.sh.
- Unicode in bash. Here's a short primer to understand the basics of Unicode. See unicode.sh.
String manipulation recipes.