1.

We can delete multiple files using a single rm command.(a) True(b) FalseThis question was posed to me during an interview.My question is taken from Deleting and Renaming files: rm and mv Command in section Handling Ordinary Files of Unix

Answer»

Correct option is (a) True

For EXPLANATION: Multiple files can be deleted in a SINGLE go USING rm COMMAND. All we need to do is, provides multiple filenames as arguments to the rm command.



Discussion

No Comment Found

Related InterviewSolutions