[PATCH] rm: added --directory (-d) option

2010-03-07 Thread pwplusnick2
Hello again, I have finally completed my --directory (-d) feature, like the FreeBSD one. The directory option deletes a directory only if the directory in question is empty. This is a safer alternative to the recursive option is some cases where you don't want to delete unempty directories. I hav

[PATCH] rm --directory (-d)

2010-03-05 Thread pwplusnick2
Hello again, I have finally completed my --directory (-d) feature, like the FreeBSD one. The directory option deletes a directory only if the directory in question is empty. This is a safer alternative to the recursive option is some cases where you don't want to delete unempty directories. I hav