MCQs > IT & Programming > Bash > In order to write a script that iterates through the files in a directory, which of the following could you use?

Bash MCQs

In order to write a script that iterates through the files in a directory, which of the following could you use?

Answer

Correct Answer: Bash for i in $(ls); do ... done

Explanation:

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

Bash Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Bash Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it