Internal shell interpreter. Reads command from stdin or file and process them.
This is quicker than running commands one by one.
fcpc shell
Enter commands, on on each line. End with Ctrl+d. If you want interactive results, do not forget to add
--input.buffering=0 and --output.buffering=0
list epochs
search asset+
fcpc shell script.cmd
usage: fcpc shell [-h] [--shell.continue_on_error SHELL.CONTINUE_ON_ERROR] [--shell.dry SHELL.DRY] [file ...]
positional arguments:
file
optional arguments:
-h, --help show this help message and exit
--shell.continue_on_error SHELL.CONTINUE_ON_ERROR
Continue on error during shell[Defined:fcplib.cmd.shell] (default: 0)
--shell.dry SHELL.DRY
Just show what would be done[Defined:fcplib.cmd.shell] (default: 0)