Posted by benny in
FreeWare on June 30th, 2009 |
one response
Want to delete certain number of lines in a text file. And want to do it in batches for efficiency. Any software can help?

Popularity: 1% [?]
Related posts:
- Saving Over Old Text Files, And Recovering The Old Over-written File…? Ok, so I have this text file log that...
- Is There A Free Downloadable Software That Compares Text Files? Is there a free downloadable software that compares text files...
- Best Software To Print Plain Text Files Onto A Formatted Page With Graphics? I’m looking for software (buy or free) that takes plain...
- How Do I Stop My Printer From Printing Big White Lines On Everything? My printer is an Epson Stylus Photo R240. It used...
- Is There Any Free Speech Recording Or Voice File To Text Software? Is there any free speech recording or voice file to...
Related posts brought to you by Yet Another Related Posts Plugin.
Leave a Reply
To delete first 4 lines in a text file,
you can use this command as follow:
sed “1,4d” -i.bak file.txt
What is your OS?
Because the batch file are different in different OS.