The | (pipe) metacharacter take the stdout of a command and sends it to another command as _________. Enter your answer in the space provided.
input
True or False? When using the output redirect > on an existing, the contents of the file will be replaced.
True
The if decision construct will always end with the statement __________.
fi
When using two output redirects,»_space;, on an existing file, the file contents will be ___________.
appended
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.
positive