InterviewSolution
Saved Bookmarks
| 1. |
Which command is used for locating repeated and non-repeated lines?(a) sort(b) uniq(c) cut(d) pasteThis question was addressed to me by my college director while I was bunking the class.This key question is from Unique and tr Command in section Simple Filters of Unix |
|
Answer» The correct choice is (b) uniq |
|