Linux › Module 5 › Lesson 5
Quiz — Pipes & Search
Quiz on pipes, redirection, grep, find, and log analysis
Opening
Pipes & Search — Knowledge Check
Ten questions on pipes, redirection, grep, head/tail, find, and which.
Knowledge Check
echo hello > file.txt will:
Multiple choice
Knowledge Check
grep -i makes searches:
Multiple choice
Knowledge Check
tail -f is best for:
Multiple choice
Knowledge Check
wc -l output tells you:
Multiple choice
Knowledge Check
find . -name "*.sh" searches:
Multiple choice
Knowledge Check
2> in a command redirects:
Multiple choice
Knowledge Check
True or False: cat file | grep error | wc -l counts lines containing "error".
True or False
Knowledge Check
Which tools search or filter text? (Select 2)
Select all that apply
Knowledge Check
which nmap shows:
Multiple choice
Knowledge Check
After this module, you learn about:
Multiple choice
Answer all 10 knowledge checks to continue. (0/10 answered)