how to replace text with new line note code example
Example: replace char for new line
Just use tr command as follow:
tr , '\n' < file #Replaces all ',' matches for a new line
Just use tr command as follow:
tr , '\n' < file #Replaces all ',' matches for a new line