Skip to content

Latest commit

 

History

History

string

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.