MCQs > IT & Programming > System Programming > Which sequence prints all the second column fields of an input file 'values.txt'?

System Programming MCQs

Which of the following sequences prints all the second column fields of an input file "values.txt"?

Answer

Correct Answer: awk '{print $2}' values.txt

Explanation:

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

System Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

System Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it