Munge Carriage Return / Line Feed

  • Thread starter Thread starter flahmeshess
  • Start date Start date
FWIW, CR is 0D and LF is 0A. Does "Munge" accept the Alt + numpad method
of entering characters? Alt+013 and Alt+010
 
Well, it says:

scriptFile lines take any of the following forms:

oldName newName

Where...
oldName and newName following C Identifier rules

I tried to code \n\n but it does not accept.

It also says:

-m Collapse multiple carriage returns into one

but it didn't work for me.
 
From what I can tell "munge" hasn't been around after NT 4.0. I've
never used it or have access to it. You can use a "hex editor" to find
and replace (LFCR) 0A0D in Hex with (spaces) 20 in hex.
 
I'm trying to automate some processes, so don't want to manually edit
the file. But thanks anyway for your time.
 
Back
Top