echo — Echos whatever text is provided as an argument on the command line. This is intended for use in MGED scripts.
Echos whatever text is provided as an argument on the command line. This is intended for use in MGED scripts.
The example shows the use of the echo command in displaying text.
Example 1. Using the echo command to display text.
mged>
echo some text goes here
Displays the text, some text goes here.
Reports of bugs or problems should be submitted via electronic
mail to <devs@brlcad.org>