Quantcast
Channel: Starting a new line in bash scripting - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Walter A for Starting a new line in bash scripting

When you want to split the fields in different lines, you can use... | tr ':''\n'or when you want to hold the : at the end of each line... | sed 's/:/:\n/g'

View Article



Answer by arif yan for Starting a new line in bash scripting

Maybe&& echo or&& Printf "\n"Not clear the mean.

View Article

Starting a new line in bash scripting

I need to start a new line after each field. I know I need to use \n at the end of the command how would I do it if I am using the cat command at the start.I have tried using && after the awk...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images