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 | 31 |
Tags
- 네트워크
- web.xml
- tomcat
- Source
- ssh
- profile
- 단축키
- vscode
- Eclipse
- xargs
- maVen
- Quartz
- port
- find
- Mac
- VirtualBox
- plugin
- lsof
- JavaScript
- netsh
- 줄바꿈 문자
- import
- GIT
- Windows 10
- resource
- bash
- context
- Windows
- IntelliJ
- grep
Archives
- Today
- Total
develog
[bash] find 로 여러 개 확장자 파일 찾기 본문
find . -type f \( -name "*.ppt" -o -name "*.pptx" -o -name "*.pdf" \)
Comments