Search found 1 match
- 18 Jun 2017 09:11
- Forum: DOS Batch Forum
- Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
- Replies: 550
- Views: 2168521
Re: JREPL.BAT - regex text processor - successor to REPL.BAT
Quick and probably stupid question about JREPL. I am trying to put a carat at the beginning of each line, so that a file of: first second third becomes a file of: ^first ^second ^third The command I am using is: call jrepl "^" "^" /f input.txt /o output.txt But the output file en...