PURGEDIR

The following command purges all empt y directories under the CWD with TMP in their name.

d

PURGEDIR @tmp@

 

a

 

 

 

c

 

 

b

 

 

The following command purges all directories under the CWD with names beginning with TMP, and all objects belo w these directories.

d

PURGEDIR tmp@;TREE

 

a

 

 

 

c

 

 

b

 

 

The following command purges all directories under the CWD with names ending with tmp, and all objects belo w these directories.

d

 

a

PURGEDIR ./@tmp/

 

 

c

 

b

 

The following command purges all empt y directories rooted to /a/b.

d

 

a

PURGEDIR /a/b/@

 

 

c

 

b

 

The following command purges all directories rooted to

CWD/a@/b@ and all

objects below these directories.

 

 

d

 

a

PURGEDIR ./a@/b@/

 

 

c

 

b

 

2-192 MPE/iX Commands