I want to delete Linefeed in text file using batch file. Is it possible to do. Please provide some help
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
If you mean removing empty lines from text files try this in a batch file:
you may also want to replace inputfile.txt and outputfile.txt by %1 and %2 to be used for any file given its name to the batch file |
|||
|
|
flip: it's old, it works, no crying needed. ccrma.stanford.edu/~craig/utility/flip – msw Jun 25 '10 at 6:40