Skip to content

Instantly share code, notes, and snippets.

@anibalardid
Created June 5, 2019 16:38
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 anibalardid/b57b49bb764288d31ebac12a29c40e6c to your computer and use it in GitHub Desktop.
Save anibalardid/b57b49bb764288d31ebac12a29c40e6c to your computer and use it in GitHub Desktop.
find -iname "*.conf" -exec sed -i -e '/<\/Directory>/{r newcontent.txt' -e 'd}' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment