[enter link description here][1]I am creating a csv file, which contains the server health checks report from the bash script. here am struggling with redirecting multiline command ouptut into a single cell, for me its getting all in different cells.
eg:
command is: echo "$server,$RootFreeSpace,$Uptime,$OSVersion,$TotalProcess,$ServerLoad,$Memory,$Disk,$CPU" >> $FILE
$Disk has multiline output,for me its getting redirected in different cells I want to get all the output of any particular command to be redirected into single cell,
Searched a lot but did not found much information.