https://github.com/jeffbrennan/system-utilities
Various python utilities for working with system files
https://github.com/jeffbrennan/system-utilities
Last synced: 3 months ago
JSON representation
Various python utilities for working with system files
- Host: GitHub
- URL: https://github.com/jeffbrennan/system-utilities
- Owner: jeffbrennan
- Created: 2019-07-25T18:05:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T16:15:01.000Z (almost 6 years ago)
- Last Synced: 2025-01-17T06:45:21.353Z (5 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System Utilities
Assorted scripts to make work easier
---
## file-deleter
Deletes all files within a directory while preserving its subfolders
This is an issue that I ran into while analyzing data for work. After making some substantial changes to an analysis script, I copied all of the visualizations and code over to a new version folder. Some of the graphs in the /viz folder were no longer being generated. This meant I had to manually remove the obsolete graphs in each folder before running the new script.
file-deleter.py now does this automatically and tells me how many files it deleted.
---
Other utilities coming soon