pox scripts documentation¶
pox script¶
run any of the pox commands from the command shell prompt
Notes
To get help, type
$ pox
at a shell terminal prompt.For a list of available functions, type
$ pox "help('pox')"
.Incorrect function invocation will print the function’s documentation.
Examples:
$ pox "which('python')"
/usr/bin/python