I have script that produces this result below - I'm trying to align the output into only 2 colums ..see below for the desired output. I'm using the following code, I need help tweeking it or a complete rewrite ..Thanks for any assistance.
awk '{printf("%-30s%-15s%-10s\n", $1,$2,$3,$4)}'...