The value of the TERM (or term) variable is set to ansi. In the following session, we set it to vt100.
What will be an ideal response?
```
$ echo $TERM
ansi
$ TERM=vt100
$ export TERM
$ echo $TERM
vt100
$
```
You might also like to view...
Referencing the first element of an array with an index of zero increases the ____ of the computer when it accesses array elements.
A. accuracy B. logic C. security D. speed
Click the ____ command on the Write & Insert Fields group to insert one field.
A. Address Block B. Greeting Line C. Insert Merge Field D. Finish & Merge
NTDS Quotas store NT Directory Service quota information that limits the number of Active Directory objects a user, group, computer, or service can create.
Answer the following statement true (T) or false (F)
When working with random access files, the ____ function resets the current position to the start of the file.
A. rewind() B. reset() C. fseek() D. flush()