tr replace char by anothter code example
Example: tr replace char for string
#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'