Shell:tee, Shell:test – Dell Acceleration Appliances for Databases User Manual
Page 148

Arguments
path
or
URL
File path or URL to display
shell:tee
Sends
stdin
to
stdout
and other specified locations.
Syntax
shell:tee [options]
Options
--file
or
-f
Send content to a file.
--binary
or
-b
Use no text decoding/encoding; just do a binary copy.
--encoding
<string> Encoding to use for output
--input-encoding
<string>
Encoding to use for the input
--log
Send lines to the log
--log-level
<level> Log level to use (implies the
–log
option):
trace
,
debug
,
info
,
warning
,
error
--log-category
<string>
Log category to use (implies the
–log
option)
(See
help –-all
for details on all other options.)
shell:test
Evaluate a specified condition, returning true or false.
Syntax
shell:test [options] test type term(s)
Options
--not
Negate the result.
--any
If multiple terms are used, the condition is true if any terms pass.
--all
If multiple terms are used, the condition is true if all terms pass.
(See
help –-all
for details on all other options.)
148