Lance Hoffmeyer <[EMAIL PROTECTED]> writes: > I know this has come up before but what is the best > way to remove lines 5-10 and lines 16-20 from > a file using the console and a batch file?
I'd just use sed: sed -e 5,10d -e 16,20d input-file -- David Maze [EMAIL PROTECTED] http://people.debian.org/~dmaze/ "Theoretical politics is interesting. Politicking should be illegal." -- Abra Mitchell -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]