1.

Which option is used with the cut command for cutting field base on the value of our specified delimiter?(a) -a(b) -f(c) -d(d) -eI have been asked this question during an interview.I need to ask this question from Filtering Commands in chapter Simple Filters of Unix

Answer»

The correct answer is (c) -d

To explain: By DEFAULT, the CUT command uses tab as the default delimiter but we can specify our own delimiter using -d OPTION. For example,



Discussion

No Comment Found

Related InterviewSolutions