Skip to content

chrisjshore/rmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

rmd

The Linux command rmdir cannot recursively delete directories, this program can. Plus rm -r is too much to type and remember.

Compiling

Run the below command to compile the program.

ldc2 rmd.d

For better optimization, compile using the below options.

ldc2 -O3 -release rmd.d

Test it out

Run the shell script to create some dummy directories and files.

chmod +x stage.sh
./stage.sh
./rmd dir

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published