일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ELASTIC
- Elasticsearch
- licence delete curl
- 차트
- aggs
- License
- query
- docker
- API
- TensorFlow
- Python
- license delete
- Java
- zip 파일 암호화
- springboot
- Mac
- MySQL
- plugin
- high level client
- Kafka
- matplotlib
- aggregation
- zip 암호화
- flask
- analyzer test
- token filter test
- 900gle
- sort
Archives
- Today
- Total
목록Linux (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