Below is my input
54.243.94.244, 54.243.113.63
and I want the out like below,
54.243.94.244
54.243.113.63
i.e. after comma I need to add newline. How to achieve it in Unix? Please suggest some commands.
Another option is tr
tr ',' '\n'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With