Review Questions
- What’s the difference between
grep -v and grep -c?
- How do you extract the third column from a CSV file?
- What does
sort | uniq -c | sort -nr accomplish?
- How do you replace text in-place with sed?
- What’s the purpose of the
tee command?
- How do you count unique lines in a file?
-
What’s the difference between tr -d and tr -s?
Navigation
Next: → Key Takeaways
Previous: ← Best Practices
Lesson Home: ↑ Lesson 7: Filters & Pipelines
Course Home: ⌂ Introduction to Linux