MCQs > IT & Programming > Unix Shell Script > What's the output assuming that the command line arguments are Unix shell scripting?

Unix Shell Script MCQs

What will be the output of the following program assuming that the command line arguments are Unix shell scripting?

for argument in *

do

    echo $argument

done

Answer

Correct Answer:

The names of all files in the current directory would be displayed 

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Unix Shell Script Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Unix Shell Script Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it