Shell:sleep, Shell:sort – Dell Acceleration Appliances for Databases User Manual
Page 145

USERNAME
: A user name
VALIDATE
: If false, prevent checking of command parameters prior to
execution.
WATCH_AUTO
: Build out necessary watches automatically during
execution.
value
Value to set
shell:sleep
Causes the CLI to sleep for a short time and then wake up.
Syntax
shell:sleep [options] duration
Options
--second
or
–s
Use a duration time of seconds instead of milliseconds.
Arguments
duration
Amount of time to sleep. The default time unit is milliseconds; use the
-s
option to specify seconds instead.
shell:sort
Writes a sorted concatenation of all specified files to standard output.
Syntax
shell:sort [options] files
Options
--ignore-case
or
-f
Fold lowercase to uppercase characters.
--reverse
or
-r
Reverse the result of comparisons.
--unique
or
-u
Output only the first of an equal run.
--field-separator
or
-t
<string>
Use SEP instead of non-blank to blank a transition.
--ignore-leading-blanks
or
–b
Ignore leading blanks.
--key
or
–k
<list>
Fields to use for sorting, separated by spaces
145