https://yangyag.tistory.com/78

 

tar로 파일 묶을시 특정 폴더 제외 하는 방법

--exclude 옵션을 붙여주면 된다. tar [옵션] [압축할 파일 명] [제외할 특정 폴더] [압축할 파일 또는 디렉토리] 예를 들어 tar cvf abc.tar.gz --exclude=logs * 라고 하면 logs 라는 폴더만 제외한 모든 파일..

yangyag.tistory.com

 

 

tar로 파일 묶을시 특정 폴더 제외 하는 방법

--exclude 옵션을 붙여주면 된다. tar [옵션] [압축할 파일 명] [제외할 특정 폴더] [압축할 파일 또는 디렉토리] 예를 들어 tar cvf abc.tar.gz --exclude=logs * 라고 하면 logs 라는 폴더만 제외한 모든 파일..

yangyag.tistory.com

 

http://hoonkyu.blogspot.com/2012/05/find-exclude.html

 

find명령에서 특정 디렉토리 제외하고 찾기(exclude)

출처 :  http://coffeenix.net/board_view.php?bd_code=1678 제  목 : find명령에서 특정 디렉토리 제외하고 찾기(exclude) 작성자 : 좋은진호(truefeel,  http://coffeenix.net...

hoonkyu.blogspot.com

 

/

find . ! \( -path './foo/bar' -prune \) -name "qt5*"

find . ! \( -path './gdp-src-build' -prune \) -name "qt5*"

 

 find . ! \( \( -path './gdp-src-build' -o -path './coffeenix/temp' \) -prune \) -name "*.bak"

 

meta-qt5

 

./meta-genivi-dev/meta-qt5/recipes-qt/qt5

 cd ./meta-genivi-dev/meta-qt5/recipes-qt/qt5

 

 

 

'Qt > 활용' 카테고리의 다른 글

[Qt] Connect  (0) 2019.10.15
라즈베리파이4 구매  (0) 2019.07.01
[Qt] printf("05d")  (0) 2019.01.04
[Ubuntu16.04] 한글설정하기  (0) 2018.12.21
[Linux] Monitoring Qt  (0) 2018.12.14

+ Recent posts