If we create a file using cat command with the same filename which already exists in the current directory then,
(a) existing file is deleted
(b) new file will be created separately
(c) existing file will be overwritten
(d) an error will be produced
I had been asked this question in an online interview.
This key question is from Displaying and Creating Files: cat Command in division Handling Ordinary Files of Unix