Skip to content

Instantly share code, notes, and snippets.

@brandonpittman
Created February 22, 2014 10:25
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 brandonpittman/9151738 to your computer and use it in GitHub Desktop.
Save brandonpittman/9151738 to your computer and use it in GitHub Desktop.
Remove @REMINDED tags from nvremind
#!/bin/zsh
cd ~/Dropbox/Documents/Markdown
grep -rl '@reminded' ./ | xargs sed -i '' -E 's/@reminded.+$//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment