Use this example to create a web page that cubes numbers
Using the Pico editor:(If you did not try this yesterday)
Try editing your Poem file in Pico
Type pico Poem
And you should see the poem appear in the same window
with a list of commands at the bottom
Try playing with the commands to move the cursor
to find your way around
Press Ctrl and
E keys together
to get to the end of the line
Press Ctrl and
B keys together
to move back one character
Press Ctrl and
F keys together
to move forward one character
Modify your poem in some way
Then try to save it by pressing the Ctrl
and O keys together
Type in the name you wish to save it as
To exit Pico,
Press the Ctrl
and X keys together
To test that the file was indeed changed,
type more Poem (or whatever you named the file)
Using telnet:(If you did not try this yesterday)
As a class exercise,
bring up a regular window (dterm)
Type telnet XXX.cs.colostate.edu
where XXX is the name of the machine
next to you in lab
It should connect and ask for your login/password
After typing in your name and password,
edit one of your files with Pico
in the telnet window
and save it with a different filename
Do a more of the new version of the file
in the telnet window
to check it out