Answers for "tr replace char for string"

0

tr replace char for string

#Use sed for replacing a char witha string as in following example:
echo "a~b" | sed 's/~/==/g'
Posted by: Guest on November-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language