Find the answer to your Linux question:
Results 1 to 2 of 2
Hi everyone Could anyone tell me the commands to delete the first row of a text file, i tried sed but it didnt work....
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    2

    Deleting a row from a text file using linux command

    Hi everyone

    Could anyone tell me the commands to delete the first row of a text file, i tried sed but it didnt work.

  2. #2
    Linux Newbie
    Join Date
    Mar 2008
    Location
    Hyderabad
    Posts
    109
    sed -e '1d' textfile > resultfile

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...