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.

2
  • 1
    Thank you for adding this tidbit. This will be extremely useful in the future, as most of my pipelines require joining and merging files from individual samples. Commented Nov 16, 2016 at 21:16
  • 1
    That's good advice and you can do the same thing using any awk in any shell on every Unix box by just writing awk 'NR==1 || FNR>1' *.tsv Commented May 28, 2021 at 15:28