Lesson 2 - Exploring Linux Command-Line Tools - Part 1
This document covers several Linux command line tools including navigating directories with commands like pwd, ls, and cd. It also discusses getting help on commands using man and history, setting environment variables, and searching files using regular expressions. The objectives are to work on the command line, process text streams using filters, use streams and pipes, search files using regular expressions, and perform basic file editing.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
16 views25 pages
Lesson 2 - Exploring Linux Command-Line Tools - Part 1
This document covers several Linux command line tools including navigating directories with commands like pwd, ls, and cd. It also discusses getting help on commands using man and history, setting environment variables, and searching files using regular expressions. The objectives are to work on the command line, process text streams using filters, use streams and pipes, search files using regular expressions, and perform basic file editing.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25
Lesson 2: Exploring Linux
Command-Line tools
This document is created by Nguyen Hoang Chi [email protected] Page 1
Objectives covered
o 103.1 Work on the command line (weight: 4)
o 103.2 Process text streams using filters (weight: 2) o 103.4 Use streams, pipes, and redirects (weight: 4) o 103.7 Search text files using regular expressions (weight: 3) o 103.8 Basic file editing (weight: 3)
This document is created by Nguyen Hoang Chi [email protected] Page 2
Work on the command line
This document is created by Nguyen Hoang Chi [email protected] Page 3
Linux Shell
This document is created by Nguyen Hoang Chi [email protected] Page 4