728x90 반응형 전체 글63 [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. [Daily English Expressions] #2 "Have + p.p" "조동사+have + p.p" Useful English Expressions from "Harry Potter and the Chamber of Secrets" 론과 쌍둥이 형제가 해리를 두들리 이모부 집에서 구출하여 집에 도착한 후사라진 아들들을 걱정한 엄마와의 대화입니다. 이 장면에서 "have p.p" 표현이 다양하게 쓰여서 공부하기 좋을 것 같아 가지고 왔어요. 먼저 대화 내용을 쭉 살펴보면, Scripts Ron's mom"Where have you been?Harry, How wonderful to see you, dear.Beds empty, no note, car gone!You could have died!You could have been seen!Of course, I don't blame you, Harry,.. 2024. 5. 14. [Daily English Expressions] #1 "got ~동사ing" (eg., got me thinking) 1. 주어 "Got me + ~ing"=> ~ 때문에 내가 ~하게 됐어. (has made someone to do something) Examples1) ~ got me thinking ~- "~때문에 나로 하여금 ~를 생각하게 하다" - It got me thinking that I have to study harder.(그것 때문에 공부를 더 열심해 해야겠다는 생각이 들었어요.) - This movie got me thinking that I should spend more time with my family.(이 영화는 가족들과 시간을 더 보내야겠다는 생각이 들게 했어요.) 2) got me looking for- "~ 때문에 나로 하여금 ~를 찾게 했다." 뉴진스 ATTENTION라는 곡.. 2024. 5. 14. [mac] 터미널 기본 명령어 #1 "pwd, cd, ls, mkdir" MAC Terminal Basic Command Lines 1. Print Working Directory (현재 경로 출력)$ pwd/Users/user 2. Change Directory (디렉토리/폴더 이동)$ cd "path/to/directory/"$ cd ../ # 부모(이전)디렉토리로 이동Example:$ pwd/Users/user$ cd Desktop$ pwd/Users/user/Desktop$ cd ..//Users/user 3. Listing Directory (디렉토리 내용 출력)- 현재 디렉토리 안에 있는 폴더와 파일들 목록을 출력.$ ls # 현재 위치해있는 디렉토리의 내용 출력$ ls "path/to/directory" # 지정하는 디렉토리의 내용 출력Example (1.. 2024. 5. 14. 이전 1 2 3 4 5 6 7 ··· 16 다음 728x90 반응형