aviaryan / utility-bash-scripts

🤓 Useful bash scripts to do automatable tasks with a single command
MIT License
419 stars 66 forks source link

Create delete-empty.sh #22

Closed VrajGohil closed 4 years ago

VrajGohil commented 4 years ago

Delete empty files in a directory (Having filesize 0 bytes).

{PR Description goes here}


I have checked the following requirements before making this PR.

aviaryan commented 4 years ago

Hi @VrajGohil, thanks for your contribution. What would be the use case for this if I may ask?

Also, please add the script in the README as well.

VrajGohil commented 4 years ago

It can be used to delete the empty files with can be created temporarily for programs.

aviaryan commented 4 years ago

Thank you, add it in the readme as well.

VrajGohil commented 4 years ago

Done!

aviaryan commented 4 years ago

closed as duplicate of #27