Why does the script use the read builtin the first time it accepts input from the terminal and the cat utility the second time?

What will be an ideal response?


The read builtin accepts text until you press RETURN, which is appropriate
for accepting input when the user enters a name. The cat utility accepts

input until you press CONTROL-D at the beginning of a line, which is appro-
priate for accepting several lines of input.

Computer Science & Information Technology

You might also like to view...

Using _______ automatically fills and increments values.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Display student names, their faculty advisors names, and faculty’s office location.

Use the Indo–US (IU) College database tables to design the following queries. (Use the spooling method to capture all queries and results in the CHAP7SP2.LST file)

Computer Science & Information Technology

If a text is moved in a document the revision is indicated by a ________ color with a double strikethrough in the moved content and a double underline below the new location

Fill in the blank(s) with correct word

Computer Science & Information Technology

The mysql_query() function returns a result pointer that represents the query results when the SELECT or SHOW statement which returns a resultset.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology