5 Handy String Manipulation Tricks in Bash
Handling strings like a guru
String manipulation is one of the essential jobs for any programming language, Bash included.
However, it’s a long journey to master string manipulation in Bash. It’s not only about the syntax, cause you also need to know a few command-line tools for handling strings, such as awk
, grep
and sed
. And of course, the…