Skip to content

Instantly share code, notes, and snippets.

@luisangelorjr
Last active March 17, 2026 00:44
Show Gist options
  • Select an option

  • Save luisangelorjr/2600f5b80f759278d763ce4b52439476 to your computer and use it in GitHub Desktop.

Select an option

Save luisangelorjr/2600f5b80f759278d763ce4b52439476 to your computer and use it in GitHub Desktop.
#!/bin/bash
sed --version
#!/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