https://quizack.com/system-programming/mcq/which-of-the-following-sequences-prints-all-the-second-column-fields-of-an-input-file-values-txt
Answer:
awk '{print $2}' values.txt
Note: This Question is unanswered, help us to find answer for this one
More System Programming MCQ Questions