7.1.5 CellCLI Input and Output Options

Oracle Exadata System Software command-line utilities read commands from standard input and write output to standard output.

You can use the host operating system options for redirecting input and output to compose and process command scripts. For example, you can perform the following redirection:

$ CellCLI < command-script-in  > results-out

In this example, the output from CellCLI commands in the command-script-in file are written to the results-out file.