1.

Which command is used for pasting files?(a) cut(b) paste(c) tail(d) headThe question was posed to me during an interview.I would like to ask this question from Filtering Commands topic in portion Simple Filters of Unix

Answer»

Right ANSWER is (b) paste

To explain: WHATEVER we’ve cut using cut command can be pasted BACK using paste command. This command is USEFUL when we want to VIEW files side by side by pasting them together. For example,



Discussion

No Comment Found

Related InterviewSolutions