Question: Given the following script: while [ ! f / tmp / foo ] ; do echo n . process _ data > /

Given the following script:
while [!f /tmp/foo ]; do
echo n "."
process_data >/tmp/foo
done
Which of the following are true?
(choose two)
process_data will be called at most once
/tmp/foo will be removed if it exists
The screen will fill with dots.
If a file called /tmp/foo exists, process_data wont be run
process_data will never be run

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!