일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Test
- springboot
- MySQL
- matplotlib
- analyzer test
- aggs
- zip 파일 암호화
- Mac
- Python
- ELASTIC
- flask
- token filter test
- query
- Kafka
- sort
- License
- high level client
- 차트
- 파이썬
- plugin
- licence delete curl
- 900gle
- TensorFlow
- docker
- license delete
- API
- Java
- Elasticsearch
- aggregation
- zip 암호화
Archives
- Today
- Total
목록find (1)
개발잡부
[Linux] find 명령어
셈플 프로젝트(하위디렉토리 포함) 안에 있는 build.gradle 파일에서 common 을 포함한 모듈을 사용하고 있는지 확인 $ find . -name "build.gradle" | xargs grep "common" #확장자를 가진 모든 파일 검사 $ find . -name "*.*" | xargs grep "commons-configuration" 현재경로 사전파일에 해당 단어가 있는지 검색 grep -r '새해' ./*.dic 문법 find [OPTION...] [PATH] [EXPRESSION...] OPTION -P : 심볼릭 링크를 따라가지 않고, 심볼릭 링크 자체 정보 사용. -L : 심볼릭 링크에 연결된 파일 정보 사용. -H : 심볼릭 링크를 따라가지 않으나, Command Line ..
Linux
2022. 7. 15. 08:37