LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Erase first line of a csv file (https://www.linuxquestions.org/questions/programming-9/erase-first-line-of-a-csv-file-702529/)

imkornhulio 02-05-2009 12:28 PM

Erase first line of a csv file
 
i am trying to do it with sid but its deleting the line instead of erasing it. Please help

my code is

sed '1d' file > file2

imkornhulio 02-05-2009 12:30 PM

i got it

sed '1e' file > file2

shyamkumar1986 02-07-2009 06:28 AM

Yaaaaaaaay ... Clap Clap !!!

Good work imkornhulio.
:)


All times are GMT -5. The time now is 06:28 AM.