DESCRIPTION
    This operation removes all directories listed in a file specified
    by the user on remote nodes. This file should be specified using 
    -dr option. 

SYNTAX
opatch util RemoveListedDirs  [-dr <Path to file containing list of 
                                directories to be removed> ] 
					[-invPtrLoc <Path to oraInst.loc> ]
                              [-jre <LOC> ]
                              [-oh <ORACLE_HOME> ]
                              [-property_file <Path to property file>]
                              [-remote_nodes <List of remote nodes
                                (node1,node2)>]                                  

OPTIONS

	  -dr  
              This option is used to specify the path of file containing 
              the list of directories to be removed. The directories
              mentioned in this file will be deleted on the remote nodes.

        -invPtrLoc 
              Used to locate the oraInst.loc file. Needed when the
              installation used the -invPtrLoc flag. This should be
              the path to the oraInst.loc file.
              
        -jre
              This option tells OPatch to use JRE (java) from the
              specified location instead of the default location
              under Oracle Home. 
        
        -oh
              The oracle home to work on. This takes precedence over
              the environment variable ORACLE_HOME.
              
        -property_file
              The user defined property file for OPatch to use. The
              path to the property file should be absolute. This
              property file takes precedence over the one that is
              supplied with OPatch.
              
        -remote_nodes
              This option can be used to specify to OPatch the list
              of remote nodes to be used for RAC mode application of 
              the patch. The node names are comma separated and
              without spaces.                    