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
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Is there a way to replace with special chars rather than string? I did a replace on a list of emails looking something like replace ';' '\r\n' email.txt This did do the replace but replaced it with a visible \r\n rather than a new line. So to reverse it I thought I'd do the reverse replace '\r\n' ';' email.txt but this actually converted all my line breaks into ; instead. I see now that there's a dry run option which I will run next time but is there a way to replace with a line break? Cheers
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to replace with special chars rather than string? I did a replace on a list of emails looking something like
replace ';' '\r\n' email.txt
This did do the replace but replaced it with a visible \r\n rather than a new line. So to reverse it I thought I'd do the reversereplace '\r\n' ';' email.txt
but this actually converted all my line breaks into ; instead. I see now that there's a dry run option which I will run next time but is there a way to replace with a line break? CheersThe text was updated successfully, but these errors were encountered: