Anybody know any freeware which have the option of stripping the first few lines of multiple files?Thanks.
4/11/2006 4:48:51 PM
find /N /V "@#$&@$(hh(DH(@*(9H(*@HE*!@h@d" <filename> |find /V "[1]" |find /V "[2]" |find /V "<filename>"where <filename> is the file you want to strip the first 2 lines fromof course this assumes the file does not contain a line with @#$&@$(hh(DH(@*(9H(*@HE*!@h@d in it[Edited on April 11, 2006 at 5:17 PM. Reason : durrr. just noticed this leaves the line numbers in there.]
4/11/2006 5:00:16 PM
perl
4/11/2006 6:12:24 PM
searchandreplace is shareware and will only do about 5 files at a time but works good.
4/11/2006 6:38:48 PM