Given the following script that is run through ./test.sh hello goodbye:

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


Linux

Learn More Multiple Choice Question :