Skip to content

This repository contains Ruby and Python scripts which delete specific files.

License

Notifications You must be signed in to change notification settings

hayat01sh1da/file-cleaners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Common Environment

  • WSL(Ubuntu 24.04.1 LTS)

2. READMEs

3. How to Use

In you terminal, provide the following 3 parameters via interactive user inputs.

  • dirname: The directory which contains files you would like to delete

  • pattern: The dirname or filename pattern you would like to delete

  • mode: The operation is done as the execution mode with -e and the dry_run mode without any option

  • For Ruby Users

  • For Python Users