|
This course shows users basic Linux commands for editing, filtering, and manipulating text.
Objectives:
After completing this course, students will be able to:
- Use the sed command to filter text
- Use the sort utility
- Cut and paste text
- Divide files using pr and split
- Direct output using pipes, tee, and xargs
Topics:
- Filtering Text with sed
- Sorting Text with sort
- Selecting Characters with cut and paste
- Viewing Partial Files
- Editing Text with fmt
- Using join
- Modifying Tabs and Line Numbers
- Dividing Files with pr and split
- Editing File Contents with tr
- Counting Words
- Understanding Input and Output
- Redirecting Output
- Directing Output Using Pipes
- Using tee and xargs
|