rmdir

From NetBSD Wiki

Jump to: navigation, search

The rmdir(1) utility attempts to remove the directories specified on the command line. It will only remove empty directories.

% rmdir src/

Option -p

% rmdir -p abc/def/ghi

is equivalent to

% rmdir abc/def/ghi
% rmdir abc/def
% rmdir abc

Additional Information

View source code (Please report any bugs or suggestions here).

Retrieved from "http://wiki.netbsd.se/rmdir"
Personal tools