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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top