환경 : macOS 10.13.6(High Sierra), macOS 10.14 (Mojave)
리눅스에서 사용하던 몇 가지 방법이 안먹혀서 정리
홈 디렉터리(~/)에서 모든 pdf확장자 파일을 찾아 홈 디렉터리의 Pdf_Files 디렉터리로 복사하는 명령
find ~/ -name "*.pdf" -exec cp {} ~/Pdf_Files \;
This command allows all pdf files to be moved from the Home directory to "~/Pdf_Files" directory.
2018년 8월 14일 화요일
2018년 3월 20일 화요일
macOS High Sierra external display can't optimize when mac wake up
OMG,
I FINALLY found a solution of this problem. Set the HDMI 1.4 mode on your external monitor. If you have this problem like a shit, NEVER use HDMI 2.0 mode. I've got peace FINALLY.
(I'am using macbook pro 15-inch 2017, i7 2.9Ghz, 16GB, and Radeon Pro 560 and Catalina 10.15.0)
Last edit date: 2019.10.24
피드 구독하기:
글 (Atom)
find로 찾은 파일을 특정 디렉터리로 복사하기(macOS)
환경 : macOS 10.13.6(High Sierra), macOS 10.14 (Mojave) 리눅스에서 사용하던 몇 가지 방법이 안먹혀서 정리 홈 디렉터리(~/)에서 모든 pdf확장자 파일을 찾아 홈 디렉터리의 Pdf_Files 디렉터리로 복...
-
I found some problems using macOS 10.13 High Sierra. My most stressed problem is the resolution problem of the external display when my mac...
-
환경 : macOS 10.13.6(High Sierra), macOS 10.14 (Mojave) 리눅스에서 사용하던 몇 가지 방법이 안먹혀서 정리 홈 디렉터리(~/)에서 모든 pdf확장자 파일을 찾아 홈 디렉터리의 Pdf_Files 디렉터리로 복...
-
File & File System - 1 1. 파일 기본 개념 - 파일(File)이란? 파일의 정의는 "컴퓨터 등의 디지털 기기에서 의미 있는 정보를 담고있는 논리적인 단위"이다. 사용자 관점에서 컴퓨터 ...
