Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Crontab
- PYTHON
- elastic
- KoA
- package.json
- framework
- ubuntu
- venv
- filebeat
- devtools
- query
- ELK
- Tutorial
- grok
- dense_vector
- windows
- json
- logstash
- configure
- typescript
- path.data
- Data Engineering
- kibana
- node.js
- CSV
- airflow
- elasticsearch
- 7.7.1
- DSL
- OPCUA
Archives
- Today
- Total
목록find (1)
Gibbs Kim's playground
[Data Engineering-6] 윈도우 검색 findstr
Linux에서 모듈이나 프로세스 검색 시 "pip list | grep py*" 과 같이 자주 사용하곤 했다.Windows에서도 당연히 이렇게 사용을 시도했는데 해당 명령어가 설정되어 있지 않으므로 다음의 명령어를 사용하여 해결하였다. $ pip list | findstr apache# apache 문자열의 패턴을 가지는 모든 python 모듈 리스트를 반환 참고링크 : https://realforce111.tistory.com/10 윈도우 find, findstr 명령어리눅스에서 grep 명령어는 특정 문자열만 출력하는 기능으로 리눅스에서 가장 많이 사용되는 명령어 중 하나입니다. 윈도우에도 grep 명령어와 비슷한 find, findstr 명령어가 있습니다. find에서 기능realforce111.t..
Tech 기록지/Data Engineering
2024. 7. 26. 17:03