replace line with a character 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