
Command Reference
117382-A Rev. A 2-5
<text_string>
with no field delimiters is normally passed through in its entirety.
Example
The following sample script shows how you use the cutenv command to assign
portions of 192.32.100.55 to a pseudo-variable array:
cutenv -d . -f 1,3 addr_ “192.32.100.55”
echo $addr_0 $addr_1 $addr_2
2 192 100
Commenti su questo manuale