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
$
```

Computer Science & Information Technology

You might also like to view...

To determine whether a program is running or hung up you would go to the ________ tab

A) Processes B) Services C) Details D) Connections

Computer Science & Information Technology

The ________ control on a Visual Basic form is used to increase the form's readability

A) Frame B) TextBox C) Image D) Label

Computer Science & Information Technology