Additions:
||-p,-port port||Outputs to a named port instead of out||
Deletions:
-port port||Outputs to a named port instead of out||
Additions:
Example: write to the error port
echo -p error A line written to the error port
See Also [[CommandXEcho xecho]]
echo -p error A line written to the error port
See Also [[CommandXEcho xecho]]
Deletions:
Additions:
**echo** [ [[SerializationOptions serialization options]] ] [options] [args]
See Also [[CommandXEcho]]
See Also [[CommandXEcho]]
Deletions:
Additions:
||-p port
-port port||Outputs to a named port instead of out||
-port port||Outputs to a named port instead of out||
Additions:
echo -n foo ; echo bar
Deletions:
Additions:
======Command echo======
====Name====
**echo** Prints its arguments to stdout
====Synopsis====
**echo** [-n] [args]
===Options===
||-n||No newline||
====Examples====
echo hi there
Result
echo arg1 <[1,"hi",<foo>bar</foo>]> arg3
Result
[[Commands]]
====Name====
**echo** Prints its arguments to stdout
====Synopsis====
**echo** [-n] [args]
===Options===
||-n||No newline||
====Examples====
echo hi there
Result
echo arg1 <[1,"hi",<foo>bar</foo>]> arg3
Result
[[Commands]]
Deletions:
$ echo hi there
$ echo arg1 <[1,"hi",<foo>bar</foo>]> arg3
Deletions:
Additions:
[[CategoryCommands]]
Additions:
======echo [-n] [args]======
XML Sequences are output seperated by spaces.
A newline is printed at the end of all arguments.
If the first argument is "-n" then no newline is printed.
$ echo -n foo ; echo bar
foobar
XML Sequences are output seperated by spaces.
A newline is printed at the end of all arguments.
If the first argument is "-n" then no newline is printed.
$ echo -n foo ; echo bar
foobar
Deletions:
XML Sequences are output seperated by spaces
Additions:
----
[[CommandsBuiltin]]
[[CommandsBuiltin]]