|
|
@@ -3,7 +3,7 @@
|
|
3
|
3
|
## Objectives
|
|
4
|
4
|
|
|
5
|
5
|
1. In this lab students will learn to navigate their file system using only the terminal
|
|
6
|
|
-2. Students will practice using the following commands to traverse directories and investigate their contents: `pwd`, `ls`, `cd`, `cat`, `less`, `grep`
|
|
|
6
|
+2. Students will practice using the following commands to traverse directories and investigate their contents: `pwd`, `ls`, `cd`, `cat`, `less`, `grep`...
|
|
7
|
7
|
|
|
8
|
8
|
|
|
9
|
9
|
## Overview
|
|
|
@@ -175,7 +175,7 @@ Now let's practice one more backgrounding technique with a different command.
|
|
175
|
175
|
- Now you're stuck without your prompt; but we can fix that! Press `Ctrl`+`Z` to suspend (not kill) that program.
|
|
176
|
176
|
- Now you've got your terminal back, but if you type `jobs` you'll see that python is currently stopped. You can bring it back with `fg`, but that will block your prompt again; instead, use `bg` to resume it in the background.
|
|
177
|
177
|
- Now that you've resumed python in the background, you can see it listed as running in `jobs`. Bring it back to the fow13pe this command on your command line for a built-in lesson in VIM basics.
|
|
178
|
|
-Information is sooo helpful.
|
|
|
178
|
+Information is sooo helpful. Useful Information.
|
|
179
|
179
|
|
|
180
|
180
|
## What's next?
|
|
181
|
181
|
The next lab is [here](https://github.com/Zipcoder/ZCW-Microlabs-Git).
|