What keyword is missing from this code sample of a shell script?
____ i in *.txt; do
echo $i
done
Which of the following commands puts the output of the command date into the shell variable mydate?
You are looking into a new script you received from your senior administrator. In the very first line you notice a #! followed by a file path. This indicates that:
When the command echo $ outputs 1, which of the following statements is true?