Last active
March 17, 2026 00:44
-
-
Save luisangelorjr/2600f5b80f759278d763ce4b52439476 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
| #!/bin/bash | |
| sed --version |
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
| #!/bin/bash | |
| # Replace "Walter White" by "HEISENBERG" | |
| echo "Walter White! You’re god damn right!" | sed 's/Walter White/HEISENBERG/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment