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