Previous Topic: Dump Main StorageNext Topic: The CALC Option


Chain CORE Commands

In general, if you need to execute several CORE commands to achieve a desired result, chain the commands together into one command. The format for chaining commands together is:

CORE=command1=command2=...=commandn

This is equivalent to sequentially executing the commands as follows:

CORE=command1
CORE=command2
CORE=commandn

Examples

The following examples demonstrate how to join CORE commands: