The Jaded Developer no longer works here

Thursday, October 16, 2008

Line Eater

There is a batch file that we run to create a version of RPM that's ready for deployment. It does some optimizations on some files among other tasks. I recently needed to have it remove the first line of every JavaScript file. After trying some unsuccessful batch file tricks, I figured it would be faster to whip up a little app to do it.

So if you need a command line utility to remove lines from the start of a file, be my guest: Line Eater.

Labels: , ,


image