Given the following script that is run through ./test.sh hello goodbye:
Answer:
if [ -f $2 ]; then
echo "I am here"
fi
When will I am here be printed?
If a file called "goodbye" exists in the current directory
Quiz, Objective, Multiple Choice Question (MCQ), Test Bank Solution and Short Answers.