Using the cycli Utility > Execution Modes > Batch Mode

Batch Mode
Refers to invoking cycli commands from a file as follows:
cycli commands can be saved in a plain text file and executed in batch mode by invoking the cycli utility with the -f file option.
cycli commands can be used in any kind of shell script:
#!/usr/bin/cycli can he invoked at the top of a shell script if the script contains only cycli commands.
Any type of shell can be used to run cycli commands along with other commands.
See Entering a Command in Interactive Mode.

Using the cycli Utility > Execution Modes > Batch Mode