Skip to content

Instantly share code, notes, and snippets.

@nauhygon
Last active January 17, 2024 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nauhygon/d0fd783d8cfc27523beb95666cbb7a57 to your computer and use it in GitHub Desktop.
Save nauhygon/d0fd783d8cfc27523beb95666cbb7a57 to your computer and use it in GitHub Desktop.
Replace string in all .org files (recursively)
find . -type f -name "*.org" -exec sed -i '' 's/old/new/g' {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment