Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: advantages over perl -pe? #301

Open
huyz opened this issue Jul 7, 2024 · 2 comments
Open

README: advantages over perl -pe? #301

huyz opened this issue Jul 7, 2024 · 2 comments

Comments

@huyz
Copy link

huyz commented Jul 7, 2024

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?

@ZJaume
Copy link

ZJaume commented Feb 3, 2025

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.

@dungsaga
Copy link

dungsaga commented Feb 6, 2025

on the other hand, sd can't handle binary file well. See #312

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants