Horje
bash replace comma with newline Code Example
bash replace comma with newline
Just use tr command as follow:
tr , '\n' < file	#Replaces all ',' matches for a new line




Shell

Related
how to add opt/homebrew/bin to the PATH m1 macbook Code Example how to add opt/homebrew/bin to the PATH m1 macbook Code Example
zsh: command not found: n Code Example zsh: command not found: n Code Example
turn redis off Code Example turn redis off Code Example
installing sdk manager on ubuntu Code Example installing sdk manager on ubuntu Code Example
how to install bash script on mac terminal Code Example how to install bash script on mac terminal Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9