How to remove the first line/header from a file in Unix?
Answer / Rohit Kandulna
To remove the first line (or header) from a file in Unix, you can use `sed` command. The following command will delete the first line: `sed '1d' filename`. Here, `1` refers to the first line.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between unix and windows operating system?
What is .profile unix?
What are the main features of unix operating system?
How to display n-th line of a file in Unix?
Which is the shell of unix?
Is a directory unix?
How to print/display the last line of a file in Unix?
What do you understand by the term filters?
What does cp mean in unix?
Is unix portable?
What is tilde unix?
How do I show only directories in unix?