(a) [2 marks] In my current working directory, I have two subdirectories foo and bar. bar is empty; foo has these regula
Posted: Fri Jul 08, 2022 6:34 am
(a) [2 marks] In my current working directory, I have two subdirectories foo and bar. bar is empty; foo has these regular files: $ ls foo alpha.c I want to copy those 2 files into bar, but I have a typo! I enter $ cp foo/* $ I forget to write “bar” at the end! What do I lose and why? beta.txt