1.

Sort command uses ____ as default field delimiter.(a) tab(b) single space(c) double tab(d) one or more continuous spacesThis question was addressed to me in an interview for internship.Asked question is from Sort Command in chapter Simple Filters of Unix

Answer»

Correct option is (d) ONE or more CONTINUOUS spaces

Best EXPLANATION: Unlike CUT and paste command which uses tab as the default field delimiter, SORT command uses one or more contiguous spaces as the default field separator.



Discussion

No Comment Found

Related InterviewSolutions