Created
October 15, 2025 09:33
-
-
Save ychaouche/7a6910681705a451cf10fc1e417b2f43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@clone-messagerie[10.10.10.19] ~ # tr -d '\n' < /tmp/trexample | tr -d '\n' | |
line1line2root@clone-messagerie[10.10.10.19] ~ # | |
root@clone-messagerie[10.10.10.19] ~ # | |
root@clone-messagerie[10.10.10.19] ~ # cat /tmp/trexample | |
line1 | |
line2 | |
root@clone-messagerie[10.10.10.19] ~ # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment