Skip to content

A script to delete all files with matching extension (*.png) from numerous folders inside a directory.

License

Notifications You must be signed in to change notification settings

shm-tar/FolderCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FolderCrawler

A script to delete all files with matching extension (*.png) from numerous folders inside a directory.

How it works

Let's assume you have a following directory tree:

├── dir
│   ├── folder1
│   │   ├── photo1.png
│   │   └── file1.txt
│   ├── folder2
│   │   ├── photo2.png
│   │   ├── photo3.png
│   │   └── file2.txt
│   ├── folder3
│   │   ├── photo4.png
│   │   └── file3.bin
...

If you have ~1000 folders inside dir directory and need to delete only *.png files from every folder inside (all other files are left untouched), the script comes handy and saves tons of time. The script is placed inside dir aside numerous folders.

About

A script to delete all files with matching extension (*.png) from numerous folders inside a directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published