Shell:display, Shell:each – Dell Acceleration Appliances for Databases User Manual
Page 129

shell:display
Sets the default display/formatting.
Syntax
shell:display [options] displayType (flavor)
Options
(See
help –-all
for details on all other options.)
Arguments
displayType
Formatting or display type (see
flavor
Flavor of the display type, if available
shell:each
Executes a closure on a list of arguments. See also
in Other Functionality earlier in
this guide.
Syntax
shell:each [options] values function
Options
--arg
Additional arguments to pass to the function (numbered
$2
and up).
--flatten
or
-f
Flatten nested lists of results into a single output list.
--threads
or
-t
Number of threads (parallel threads implied)
--parallel
or
-p
Use one thread for each item (unless
--threads
is provided as well).
--timeout
or
-t
Timeout for parallel activity, in seconds.
--nulls
or
-n
Include nulls in results (by default nulls are discarded).
--rule
or
-r
Send results from each completed iteration to the rule system.
--sort
<property>
Sort the output, using the specified Property name to sort on.
129