Redirect standard output (Sobell, page 138) of echo to write a short mes- sage to a file and then use cat to display the contents of the file.
The echo builtin copies its arguments to standard output which, by default,
bash directs to the screen.
$ echo This message goes to standard output.
This message goes to standard output.
The cat utility sends the contents of a file specified by its argument to stan-
dard output.
$ echo hi there > hi.file
$ cat hi.file
hi there
You might also like to view...
Microsoft Office 365 installs locally on your computer in addition to being available online.
Answer the following statement true (T) or false (F)
All of the following are examples of application software EXCEPT ____.
A. document production B. spreadsheet creation C. communicating with others D. programming languages
Which of the following represents a method of connection to the Internet?
A) radio B) DSL telephone service C) dial-up telephone service D) all of the above
Which of the following is true of a report in Microsoft Access 2016??
A. ?It has a graphic of the report in the upper-right corner. B. ?It defines the page area to be printed by solid lines. C. It shows field values for each record in a row.? D. ?It has a less visually appealing format than a datasheet.