Tagged Questions
1
vote
0answers
73 views
sed without regex
I am using GNU SED for find and replace functionality on large files(upto 2GB).
Find and replace characters can contain any characters, hence I want find and replace parameters to be treated as plain ...
3
votes
2answers
323 views
sed Command on BusyBox expects different syntax?
I hope I phrased the question correct.
I have a script that makes use of 'sed' a lot. It works great on my ubuntu with the GNU 'sed'.
But when I try to run it on BusyBox it fails.
Is there a way to ...
7
votes
1answer
2k views
Can GNU sed (for Windows) handle Unicode? If so, is it a code-page/locale issue, or a switch?
I've been using GNU SED on and off for a couple of years now. It spins me out a bit sometimes, but it does a good job... for single-byte char sets!
I now and then notice references to GNU SED being ...