> That's because \ is a shell quoting character. You need to quote it:-)
> tr -c '\r' '\n' <filename >filename2
> Then tr will see the \ character.
So that with:
tr -c \\r \\n <filename >filename2
I won by two characters ... ;-)
Gianluca
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list