Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Syntax

break

 

Description

The break command stops iterating through a forfiles loop and picks up execution at the script line immediately following the end statement marking the end of the forfiles loop.

 

Example

To iterate through the files on a machine and attempt to delete each file (if the delete operation fails, UDM breaks out of the loop):

 

  • No labels