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
- pandas
- OpenCV
- pip
- label
- 채보
- pytorch
- SSH
- ubuntu
- 기타 연주
- 프로그래머스
- Python
- Numpy
- C++
- 오류
- windows forms
- C
- C#
- 핑거스타일
- nvidia-smi
- 컨테이너
- Visual Studio
- JSON
- YOLO
- mysql
- Docker
- paramiko
- Selenium
- VS Code
- error
- Linux
Archives
- Today
- Total
목록find (1)
기계는 거짓말하지 않는다
Linux 파일, 디렉터리 검색 find 명령어
find command find(1) - Linux man page find(1) - Linux man page Name find - search for files in a directory hierarchy Synopsis find [-H] [-L] [-P] [-D debugopts] [-Olevel] [path...] [expression] Description This manual page documents the GNU version of find. GNU find searches the directory tree linux.die.net 다음은 간단한 사용 예이다. find "*.mp4" # 현재 경로의 모든 mp4 파일, 디렉터리 검색 find . -name "*.mp4" # 현재 경로와 현재..
Linux
2023. 3. 5. 14:48