Owner manual
Arguments
from Name of item to move
to New name or location
shell:printf
Returns a formatted string, based on arguments.
Syntax
shell:printf [options] format arguments
Options
--echo or -e Echo the formatted string to the output stream, appending a newline if
it doesn’t end with one.
(See
help –-all for details on all other options.)
Arguments
format Format pattern to use (quotes recommended)
arguments Arguments for the given format pattern
Example
shell:printf “%017d\n” 77
For detailed instructions about the allowable format strings, see
http://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html#syntax
shell:pwd
Shows the current working directory.
Syntax
shell:pwd [options] id
Options
(See
help –-all for details on all other options.)
shell:quit
Quits the CLI.
Syntax
shell:quit [options]
140