Welcome to PERL Class
Saturdays 10am - 12pm in the Training Room
<<
LESSON 1
>>
2009.05.02
GETTING STARTED
- SSH into your account
- create folder
- create three files
- create another folder
- print working directory
- list contents
- explain permissions
- change permissions to 000
- cat shows we don't have permissions
- change permissons back
- list contents
- cd ..
- change directories (two deep)
- cd ~
- change directories (one deep)
- remove file
- rename file
- move file (one deep directory)
- remove directory
- list contents
- vim *space* *tab*
- vim
Now I can type a bunch of text and it gets entered here.
Anything I type shows up until I hit
The quick brown fox jumps over the lazy dog.
- lesson one commands
- ctrl+z
- fg %1 (foreground)
- save as test.txt
- save as newtest.txt
VIM LESSON 2 COMMANDS
- Lesson two commands
The quick brown Fox Station jumps over the lazy dog.
- do last thing again command (copy and paste it four times)
- delete a line
test
test1
test2
test3
test4
test5
- replace entire line with happy animal
- move down over 5 and hit . (dot)
- prep for next class