잡다한것들

특정 파일 필터링 후 이동

봄다온 2025. 6. 25. 11:37
find /path/to/source -type f -name '3*.jpg' -print0 | xargs -0 -I{} mv "{}" /path/to/dest/