Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 354 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 354 Bytes

String

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.