https://qastack.kr/unix/37329/efficiently-delete-large-directory-containing-thousands-of-files
find /path/to/folder -name "filenamestart*" -type f -exec rm -f {} \;
mkdir empty_dir
rsync -a --delete empty_dir/ yourdirectory/
제목 | 날짜 | ||
---|---|---|---|
30 | [리눅스서버] Secure Copy (SCP) 사용법 | 103 | 2017/03/31 |
29 | [리눅스서버] upstream 500 에러 | 105 | 2017/03/18 |
28 | [리눅스서버] crontab 사용방법 | 107 | 2017/07/26 |
27 | [리눅스서버] 리눅스 디렉토리별 용량 체크하는 방법 | 114 | 2020/11/26 |
26 | [리눅스서버] 리눅스 마운트 퍼미션 | 117 | 2017/06/17 |
25 | [리눅스서버] nginx upstream 성능 최적화 | 120 | 2017/04/24 |
24 | [리눅스서버] 서버 locale 설정 | 122 | 2017/03/31 |
23 | [리눅스서버] adduser 원하는 디렉토리에 유저 생성하기 | 126 | 2017/06/23 |
22 | [리눅스서버] MySQL 관련 오류 | 142 | 2017/06/21 |
21 | [리눅스서버] ./configure : /bin/sh^M : bad interpreter [duplicate] | 145 | 2018/07/29 |
20 | [리눅스서버] 아파치 재시작/아파치 리로드 | 149 | 2017/03/20 |
19 | [리눅스서버] 리눅스 하위 디렉토리가 얼만큼 쓰는지 확인하는 명령어 | 166 | 2017/04/13 |