You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be out of scope, but would it be helpful to add a bit to the README about how sd could be better than running perl -pe, perl -ne, and perl -pi -e?
The text was updated successfully, but these errors were encountered:
Compared to that command, you'll get unicode support by default. That command needs more options to enable unicode support. And even when activating unicode support with all that amount of confusing options perl has, I found some cases where perl still fucked up and produced mojibake at the output.
This may be out of scope, but would it be helpful to add a bit to the README about how
sd
could be better than runningperl -pe
,perl -ne
, andperl -pi -e
?The text was updated successfully, but these errors were encountered: