Answers for "replace char for new line"

0

replace char for new line

Just use tr command as follow:
tr , '\n' < file	#Replaces all ',' matches for a new line
Posted by: Guest on November-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language