Online Access Free 010-150 Exam Questions
Exam Code: | 010-150 |
Exam Name: | Linux Essentials Certificate Exam, version 1.5 |
Certification Provider: | Lpi |
Free Question Number: | 80 |
Posted: | Oct 05, 2025 |
CORRECT TEXT
When typing a long command line at the shell, what single character can be used to split a command across multiple lines?
What keyword is missing from the following segment of the shell script?
for i in *; _____
cat $i
done