Below are 6 steps that show arranging the steps in a typical script outline, but they are presented out of order. Drag the steps into the correct order, with the first step at the top of the list.
When you think you have the steps in the correct order, click Done. You'll be told whether or not the order is correct. If you didn't get the order right, keep trying. If you get stuck, try clicking Hint. The steps you have in the correct place will have green lights next to them. The steps that are not in the correct place will have red lights next to them.
When you're ready for an explanation, click the Submit button.
You will receive 6 points for this exercise.
The exercise is auto-scored; when you have completed the exercise, click the
Submit button to receive full credit.
- Begin a loop for each of a set of files named| on the command line.
- Check whether the file to process exists.
- Execute a command to convert the file.
- Note the conversion in a log file.
- End the loop.
- Exit the script.