Reference Guide
18 Command Line Interface
Read and Write Options
You cannot combine the options that specify read and write actions in a
command line instance. The following table provides examples for read and
write commands.
valid cctk -o=filename
--option1 --option2
or
cctk -o filename
--option1 --option2
cctk -o=/tmp/myfile.txt -
--mem --sysname
or
cctk -o /tmp/myfile.txt -
--mem --sysname
valid cctk -l=filename
--option1 --option2
or
cctk -l filename
--option1 --option2
cctk -l=/tmp/myfile.txt
--mem --sysname
or
cctk -l /tmp/myfile.txt
--mem --sysname
valid cctk -i=filename
--option1 --option2
or
cctk -i filename
--option1 --option2
cctk -i=/tmp/myfile.txt -
--mem --sysname
or
cctk -i /tmp/myfile.txt -
--mem --sysname
valid cctk --option=argument cctk --embnic1=on
Valid or Invalid CCTK Command Line Example
valid cctk --option1 --option2
valid cctk --option1=arg --option2=arg
invalid cctk --option1=arg --option2
Valid or
Invalid
CCTK Command Line Example