this exercise is slightly modified from http://www.upscale.utoronto.ca/GeneralInterest/Harrison/LearnLinux/Module1.html

 

Exercise 1

[you@faraday pwd]$ cat > hello.txt
Hello world!
This is a text file.
^d
[you@faraday pwd]$ _

[you@faraday pwd]$ vi hello.txt

Go to the top of the page

Section Break

Exercise 2

Go to the top of the page

Section Break

Exercise 3