|
Other named files: $Echo, $Offecho, $Onecho |
Top Previous Next |
|
Messages to any named file can be written using $Echo, $Onecho and $Offecho. The $Echo sends one line and is invoked using the syntax
$echo 'text to be sent' > externalfile or $echo 'text to be sent' >> externalfile
where external file can be of unlimited length. For multi line messages
$onecho > externalfile line 1 of text to be sent line 2 of text to be sent ... last line of text to be sent $offecho Notes:
|