Skip to content
Advertisement

How to join command output lines into by separating then with n character [closed]

I have below data which is just fetching the data which is 80 or more than 80%

JavaScript

I am just looking if we could all the lines into one by separating them by newline character n and the closing it within double quotes as this is required for the destination format.

JavaScript

This is just in continuation of post.

Advertisement

Answer

Use printf() instead of print, as it doesn’t automatically add a newline. Then you can put a literal n in the output. I’ve put this in a variable so I don’t put it before the first line, only all subsequent lines.

Use BEGIN and END blocks to print quotes around it.

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement