- A 2 Marks In My Current Working Directory I Have Two Subdirectories Foo And Bar Bar Is Empty Foo Has These Regula 1 (78.05 KiB) Viewed 29 times
(a) [2 marks] In my current working directory, I have two subdirectories foo and bar. bar is empty; foo has these regula
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
(a) [2 marks] In my current working directory, I have two subdirectories foo and bar. bar is empty; foo has these regula
(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