Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 1
    Can you please edit your post to include the input files you are using? This will greatly aid testing. Commented Apr 21, 2015 at 16:10
  • Sorry, I will do so right now. Commented Apr 21, 2015 at 16:12
  • 1
    If you're just trying to format the output nicely have you considered using the column command instead of messing with the fields individually using awk? e.g. paste file1 file2 file3 file4 | column -t Commented Apr 21, 2015 at 16:37
  • Thank you, steeldriver. No luck either with that code. I edited my post with a screenshot using the suggested code. Commented Apr 21, 2015 at 16:44
  • 1
    I'm sorry. I didn't know. Commented Apr 21, 2015 at 18:17