tr replace char for code example
Example: tr replace char for
#Use sed for replacing a char witha string as in following example:
echo "a~b" | sed 's/~/==/g'
#Use sed for replacing a char witha string as in following example:
echo "a~b" | sed 's/~/==/g'