1.

_____ option is used with paste command if we want to specify our own delimiter.(a) -d(b) -c(c) -a(d) -eThe question was asked during a job interview.My question is from Filtering Commands topic in division Simple Filters of Unix

Answer»

The correct option is (a) -d

The explanation: Whatever we’ve cut USING cut command can be pasted BACK using PASTE command. paste command also uses tab as the default field DELIMITER but we can use our own field delimiter using -d option with paste command. For example,



Discussion

No Comment Found

Related InterviewSolutions