dir-cleanup

Recursively remove empty directories

dir-cleanup

Recursively remove empty directories

Usage

mkdir -p t/1/11
mkdir -p t/1/12
mkdir -p t/2/21

touch    t/1/11/f

dir-cleanup t
find t
# t/1
# t/1/11
# t/1/11/f

Installation

shards build
cp bin/dir-cleanup /usr/bin/
Repository

dir-cleanup

Owner
Statistic
  • 1
  • 0
  • 0
  • 0
  • 0
  • over 3 years ago
  • October 28, 2020
License

MIT License

Links
Synced at

Fri, 03 May 2024 13:35:44 GMT

Languages