Ok, so I need a little help on this.. I have gotten through steps 1 and 2 but am struggling with 3 and havent gotten to 4. Can someone help me with the Code involved here? I am using emacs for a text editor for making the myscript.scr file.


1. Under your home directory, create three new directories: Dubuque, Davenport, and Madison

2. In the Dubuque Directory, create a text file (called "myinfo.txt") containing your name, permanent address, email address, and phone number. Use the following pattern:
name
street address
city, state, zip
email address
phone number


3. In the Davenport directory, create a script (called "myscript.scr") that outputs the date, the contents of the USER environment variable, the contents of the HOSTNAME variable, and the contents of the file in step 2 to a file called "scriptout.txt" in the Madison directory.

4. Using the "tar" command, archive the contents of the "myinfo.txt", "myscript.scr", and "scriptout.txt" files to a file in your home directory called "yourname_finaloutput.tgz"