./categories/os
사진 EXIF·파일 날짜 수정
# 사진의 촬영일자 변경
exiftool "-AllDates=2024:08:02 09:00:00" *
# 파일의 수정일자 변경
find . -type f -exec touch -mt 202408020900.00 {} \;
./comments
일치하는 문서가 없습니다.
./categories/os
# 사진의 촬영일자 변경
exiftool "-AllDates=2024:08:02 09:00:00" *
# 파일의 수정일자 변경
find . -type f -exec touch -mt 202408020900.00 {} \;
./comments