Folder1/
-fileA.txt
-fileB.txt
-fileC.txt
> mkdir Folder2/
> [copy command]
และตอนนี้Folder2/
ดูเหมือนว่า:
Folder2/
-fileA.txt
-fileB.txt
-fileC.txt
จะทำให้สิ่งนี้เกิดขึ้นได้อย่างไร? ฉันได้ลองแล้วcp -r Folder1/ Folder2/
แต่ลงเอยด้วย:
Folder2/
Folder1/
-fileA.txt
-fileB.txt
-fileC.txt
ซึ่งใกล้ แต่ไม่ตรงกับที่ฉันต้องการ
ขอบคุณ!