What's the best method to delete the first line of text from a large (10k+) group of text files.
|
|
|
If PowerShell isn't an option, you can use the
Stick that in a Not pretty, but should work. |
|||
|
|
|
If using PowerShell is an option you could adopt from this post: http://stackoverflow.com/questions/2074271/remove-top-line-of-text-file-with-powershell |
|||
|
|
|
If you can install TAIL in your sistem
shows all the filename except the first line. The windows CMD, in my opinion, isn't the best "terminal". However, you don't need I think that is the best answer to do with buil-in commands. If you know a bit about programming, you can make a small program that does what you want and call it in a bat file. Also, you can use other windows terminals like cygwin, powershell or console that have more flexible built in commands to do this kind of stuff. |
|||||||
|
|
download sed for windows. Then do this
use a for loop to iterate files |
|||
|
|