Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Removing 1st line from a file(s) using sed #983
Comments
|
I don't think we support this with |
|
Thanks for your response. I was trying sed with different patterns of '1d' hoping that it would delete the first line. Your response helps me understand why it did not. |
Hello - Can you please give me the exact sed command to remove 1st line from a set of files. Basically I have a bunch of csv files and they do contain header as their 1st line. I first want to delete their headers and then merge all of those files into a single file. Thanks for your help in advance!
MC