728x90 반응형 파일복사1 [Terminal] 터미널 기본 명령어 #2 "touch, cp, mv, rm, -r" MAC Terminal Basic Command Lines 1. Creating a File (파일 생성하기)$ touch test/text.txtExample$ pwd/Users/user/Desktop/testFolder$ lspractice$ touch text.txt$ lspractice text.txt 2. Copying a File (파일 복사하기)$ cp "filename1" "filename2"Example$ lspractice text.txt$ cp text.txt textCopy.txt$ lspractice text.txt textCopy.txt 3. Moving a File (파일 이동하기)$ mv /path/to/the/file/to/move /path/to/where/it/sho.. 2024. 5. 15. 이전 1 다음 728x90 반응형