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
- IntelliJ
- VirtualBox
- 네트워크
- 줄바꿈 문자
- resource
- maVen
- import
- Mac
- profile
- web.xml
- ssh
- plugin
- Quartz
- JavaScript
- lsof
- xargs
- tomcat
- find
- GIT
- context
- Windows
- grep
- Eclipse
- Source
- bash
- port
- 단축키
- vscode
- netsh
- Windows 10
Archives
- Today
- Total
목록2024/03/26 (2)
develog
[bash] find for loop 공백 파일명
find . -type f -name '*.mp4' | while read i do if [ -f "$i" ]; then echo "file exist =>" "$i" else echo "file NOT exist =>" "$i" fi done
카테고리 없음
2024. 3. 26. 14:17