Skip to content

Instantly share code, notes, and snippets.

@Nikita-schetko
Created January 28, 2017 17:14
Show Gist options
  • Save Nikita-schetko/91770369189b1425e0f0bc57a2d518dd to your computer and use it in GitHub Desktop.
Save Nikita-schetko/91770369189b1425e0f0bc57a2d518dd to your computer and use it in GitHub Desktop.
Remove folder with long filenames inside
rimraf <dir>
rimraf is a Node.js package, so you will need to install Node.js which includes npm. Then you can run:
npm install -g rimraf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment