7 ms·
I could use a lightweigt and fast perl version of SED. There are incompatibilities between sed versions, especially between linux and mac. Therefor a small sed
by buntar 14y ago
I could use a lightweigt and fast perl version of SED. There are incompatibilities between sed versions, especially between linux and mac. Therefor a small sed utility that you can ship with every release would be useful.
- zokier 14y agoperl -p -e?
- peterwwillis 14y agoadd -i to edit a file in place $ perl -p -i -e 's/\r\n/\n/' file1 file2 file3