tdenniston / bish

Bish is a language that compiles to Bash. It's designed to give shell scripting a more comfortable and modern feel.
MIT License
1.48k stars 36 forks source link

Support string manipulation #63

Open tdenniston opened 9 years ago

tdenniston commented 9 years ago

Bash supports lots of string manipulation:

http://tldp.org/LDP/abs/html/string-manipulation.html

Bish should unify the functionality covered in that page and provide a saner syntax.