Skip to content

Instantly share code, notes, and snippets.

@nicolae-olariu
Created July 16, 2019 10:04
Show Gist options
  • Save nicolae-olariu/00146d7784d6b895b1cd4f390693cf0d to your computer and use it in GitHub Desktop.
Save nicolae-olariu/00146d7784d6b895b1cd4f390693cf0d to your computer and use it in GitHub Desktop.
find all html files but exclude index.html, then delete all files found
find src -name "*.html" -not -path "src/index.html" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment