I looked at a very similar question but was unable to resolve the issue Replace comma with newline in sed
I am trying to convert :
characters in a string. This is what I tried:
echo -e 'this:is:a:test' | sed "s/:/'
'/g"
but this replaces : with n. I tried tr too but had the same result. I believe the -e is not seen after being piped so new line is not recognized.
Any help is appreciated.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…