1.

Whatever we have cut using cut command can be pasted back using paste command but vertically.(a) True(b) FalseThis question was posed to me during an internship interview.This key question is from Filtering Commands in section Simple Filters of Unix

Answer»

Correct choice is (a) True

Easy explanation: 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. But this command PASTES vertically RATHER than HORIZONTALLY.



Discussion

No Comment Found

Related InterviewSolutions