[Linux] How to move only files except directories
- IT
- 2019. 2. 6. 13:41
250x250
반응형
find $SRC/* -maxdepth 0 -type f -exec mv {} $DEST \;
반응형
'IT' 카테고리의 다른 글
[Bash] Ternary operator in Bash (0) | 2019.02.06 |
---|---|
[Linux] 파일이 너무 많아서 삭제가 안될 때... (0) | 2019.02.06 |
Redirect를 위한 Apache 웹 서버의 .htaccess 설정 (0) | 2019.02.06 |
허용된 호스트로만 접근 가능하도록 Apache 웹 서버의 .htaccess 설정 (0) | 2019.02.06 |
Mac에서 destination IP별로 네트워크 route 설정 (0) | 2019.02.06 |