The echo builtin copies its arguments to the screen. Given the following command line and its output, how can you repeat the command line with- out retyping it (Sobell, page 31)?
$ echo hi there
hi there
After giving the preceding command, how can you edit the command to
replace hi with hello (Sobell, page 31)?
Press the UP ARROW key and then RETURN to repeat the previous command. Alter-
natively, you can give the command !!.
$ echo hi there
hi there
$ ^hi^hello^
hello there
You might also like to view...
What type of form is embedded in another form?
A. inside form B. subform C. main form D. user view
What are the network interfaces supported by TCP/IP?
What will be an ideal response?
What is printed by the program that follows?
```
#include
Write the full name and describe each of the following acronyms:
a) PKI. b) IPSec. c) CRL. d) AES. e) SSL.