In this lesson, you will first learn about learn about how to modify and view environment variables within Unix. Then you will go through some of the ins and outs of the vi text editor within Unix.
###Objectives ###
By the end of this lesson, you will:
- Be able to modify and learn about certain environment aspects in shell, with commands such as
printenv, set, export, and alias
. - Know the difference between environment and shell variables.
- Know how the environment is established.
- Know the two basic categories of text editors.
- Know how to open/create files in a text editor.
- Know the basics of Vi commands.
Approximately 3 hours.
- Chapters 11-12 in The Linux Command Line.
- The Unix Data Processing IPython Notebook
When you have completed and worked through the above readings, please take the Week 4 Lesson 1 Assessment.