hey i wana prepare for various basic commands for unix so for that i need this ans.
what is the output of cat foo foo foo in unix?I m confused will it display the output of foo file three times or anything else that i may not know?
any help is appreciated?
UPDATE: actually i m not having UNIX installed and i m just preparing for test.I know this question is not to be asked but there is no other means to me except this.and even i have searched for it.
Try using the manpages (
man cat).Yes, it will display
foothree times.