purgefs

1.0.0 • Public • Published

purgefs

A simple cmd line utility to delete all files AND folders (recursively) that match a name or regex (JavaScript regex). Not fully tested - use at your own risk.

  1. This package should be installed globally

npm install -g purgefs

  1. Then call from the cmd line

purgefs -p ./path_to_start_deleting -n name of folder and files to delete (accepts regex expressions)

  1. Wait for the scan to finish
  2. Press enter to confirm, or any other key to cancel

EXAMPLE
Delete all files and folders with the name "node_modules", in the current directory

purgefs -p . -n node_modules

Dependents (0)

Package Sidebar

Install

npm i purgefs

Weekly Downloads

0

Version

1.0.0

License

none

Unpacked Size

9.8 kB

Total Files

5

Last publish

Collaborators

  • ninjaboynaru