Another quick question... I have a text file that contains pipe | symbols that I want to remove. I don't see an escape code for pipes... so I just tried this which didn't work:
JREPL is great and I'm going to use it all the time. It already massively improved my workflow for processing data. One question... is there a way to use JREPL to strip all line feeds from a text file? So I can go from: This is a test to Thisisatest I tried this command line but it didn't work: jrep...