/dev/null, 2. find $HOME -name "*.csv" 1>/dev/null, 3. find $HOME -name "*.csv" 2>/dev/null, 4. find HOME -name "*.csv" 1>/dev/null">
MCQs > IT & Programming > Bash > Which statement will print all of the fully qualified .cvs files in the home directory or subdirectories while not displaying any errors?

Bash MCQs

Which statement will print all of the fully qualified .cvs files in the home directory or subdirectories while not displaying any errors?

Answer

Correct Answer: find $HOME -name "*.csv" 2>/dev/null

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