find -exec cp 사용법
페이지 정보
작성자 최고관리자 댓글 0건 조회 5,478회 작성일 20-09-28 21:37본문
find -exec cp 사용법
example:
find ./ -type 'f' -exec cp '{}' "/mnt/volume_sgp1_01/imgtest/" \;
find . -type 'f' -exec cp '-f' '{}' "/mnt/volume_sgp1_01/egal_toon/imgfi/" \;
find ./ -type 'f' -exec cp '-f' '{}' "/mnt/volume_sgp1_01/imgtest/imgge" \;
example:
find ./ -type 'f' -exec cp '{}' "/mnt/volume_sgp1_01/imgtest/" \;
find . -type 'f' -exec cp '-f' '{}' "/mnt/volume_sgp1_01/egal_toon/imgfi/" \;
find ./ -type 'f' -exec cp '-f' '{}' "/mnt/volume_sgp1_01/imgtest/imgge" \;
추천71
관련링크
댓글목록
등록된 댓글이 없습니다.