# cp명령어로 이동할경우
cp /source/path /destination/path
# rsync로 이동(프로그래스바 제공)
rsync -ah --progress /source/path/ /destination/path/'잡다한것들' 카테고리의 다른 글
| 특정 파일 필터링 후 이동 (0) | 2025.06.25 |
|---|---|
| 랜덤하게 파일 이동, 복사 (1) | 2025.06.25 |
| 파일 다룰때 Argument list too long (0) | 2025.05.07 |
| NVIDIA 그래픽 전력제한 확인 명령어 (0) | 2025.01.09 |
| jupyter notebook 자동완성 켜기 (1) | 2024.12.30 |