Top || Section Contents || Permuted Index
SavaJe OS 1.1.0

rmdir(shell)


NAME

rmdir — remove a file system directory

SYNOPSIS

rmdir [-pv] dir

DESCRIPTION

Remove the empty directory named dir .

Options

-p remove all levels in the specified directory
-v verbose mode

EXAMPLE

% rmdir a/b/c

Remove the directory c in a/b .

% rmdir -p a/b/c

Remove the directory c , then b , and finally a .


Oct. 30, 2001
Copyright © 2002 , SavaJe Technologies, Inc. All rights reserved.
Corrections, suggestions to: docs@savaje.com