Bash strings handling Examples
Bash strings handling Examples
Recently I found some difficulty performing some string handling in shell script especially in bash. Even If I google for any string handling in shell script, I am bombarded with a lot of stuff but with tools like awk, perl, sed, python but very rarely in bash. So I thought it would be good to have useful string handling...