On Thu, December 22, 2005 12:24 pm, Thane Sherrington (S) wrote:
> I seem to recall there was a utility to remove lines from a text file - a
> search and replace utility that ran from the command line. There was
> one call munge.exe which came with the NT resource kit, but I can't find
> it. Anyone know where I can find a program to do this?
>
> T
>
Try something like
find /v "remove_term" inputfile.txt > outputfile.txt
/v says take all lines NOT containing the string
FIND /? for all the options.
Jamie
--
Jamie Furtner [EMAIL PROTECTED]
"I aim to misbehave"
- Malcom Reynolds (Serenity movie)
"It's not safe...
"For them."
- River Tam (Serenity movie)