Module 7 Lab Simulations Flashcards
1
Q
The | (pipe) metacharacter take the stdout of a command and sends it to another command as _________. Enter your answer in the space provided.
A
input
2
Q
True or False? When using the output redirect > on an existing, the contents of the file will be replaced.
A
True
3
Q
The if decision construct will always end with the statement __________.
A
fi
3
Q
When using two output redirects,»_space;, on an existing file, the file contents will be ___________.
A
appended
4
Q
We asked the user to enter a positive or negative number and used 4 as an example Given what you know about the script, the number 5 would be classified as a _______ number.
A
positive