Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

replace char for new line

Just use tr command as follow:
tr , '
' < file	#Replaces all ',' matches for a new line
 
PREVIOUS NEXT
Tagged: #replace #char #line
ADD COMMENT
Topic
Name
2+9 =