Folder1/
-fileA.txt
-fileB.txt
-fileC.txt
> mkdir Folder2/
> [copy command]
A teraz Folder2/
wygląda tak:
Folder2/
-fileA.txt
-fileB.txt
-fileC.txt
Jak to zrobić? Próbowałem, cp -r Folder1/ Folder2/
ale skończyło się na:
Folder2/
Folder1/
-fileA.txt
-fileB.txt
-fileC.txt
Co jest bliskie, ale nie dokładnie to, czego chciałem.
Dzięki!