Skip to content

shiyingyan/python

Repository files navigation

python

python scripts

examples

recursive_rm_file

# how to use? only one file or more files . dir is also a file
python3 recursive_rm_file.py {file_path...}

# example1:
python3 recursive_rm_file.py /Users/admin/Downloads/tmp

# example2:
python3 recursive_rm_file.py /Users/admin/Downloads/tmp /Users/admin/Downloads/tmp1

# example3:
python3 recursive_rm_file.py /Users/admin/Downloads

Releases

No releases published

Packages

No packages published

Languages