Hacker News new | ask | show | jobs
by buntar 5052 days 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.
1 comments

perl -p -e?
add -i to edit a file in place

     $ perl -p -i -e 's/\r\n/\n/' file1 file2 file3