Loading...
Loading...
Compare original and translation side by side
ls -la [target_directory]
find [target_directory] -type f -exec file {} \; | head -20
du -sh [target_directory]/* | sort -rh | head -20
find [target_directory] -type f | sed 's/.*\.//' | sort | uniq -c | sort -rnNew FolderNew Folder (3)document_FINAL_v2_DEFINITIVE_copy.docxls -la [target_directory]
find [target_directory] -type f -exec file {} \; | head -20
du -sh [target_directory]/* | sort -rh | head -20
find [target_directory] -type f | sed 's/.*\.//' | sort | uniq -c | sort -rnNew FolderNew Folder (3)document_FINAL_v2_DEFINITIVE_copy.docxYear/YYYY-MM_event-location/Artist/[Year] Album/NN - Track.ext01_Brief/02_Research/03_Assets/04_Deliverables/passport_exp_2030.pdfgithub.com/username/repo/references/organization-guide.md年份/YYYY-MM_活动-地点/艺术家/[年份] 专辑/NN - 曲目.ext01_需求文档/02_调研资料/03_资源文件/04_交付成果/passport_exp_2030.pdfgithub.com/username/repo/references/organization-guide.mdfind [directory] -type f -exec md5 {} \; | sort | uniq -d
find [directory] -type f -printf '%f\n' | sort | uniq -dfind [directory] -type f -exec md5 {} \; | sort | uniq -d
find [directory] -type f -printf '%f\n' | sort | uniq -dYYYY-MM-DD[Date]_[Context]_[Description]_[Version].extv01v02v01.1kebab-casesnake_case0010021, 10, 11, 2WIP_DRAFT_REVIEW_APPROVED_< > : " / \ | ? *CONPRNAUXNULYYYY-MM-DD[日期]_[上下文]_[描述]_[版本].extv01v02v01.1kebab-casesnake_case0010021, 10, 11, 2WIP_DRAFT_REVIEW_APPROVED_< > : " / \ | ? *CONPRNAUXNUL| Frequency | Time | Tasks |
|---|---|---|
| Weekly | 15 min | Empty Downloads, process Inbox to zero, verify recent files are in place |
| Monthly | 45 min | Scan for duplicates, verify backups, archive completed projects |
| Quarterly | 2 hrs | Disk space audit, archive projects inactive 3+ months, test backup restore |
| Yearly | Half day | Disaster recovery test, retention policy review, structure update |
| 频率 | 时长 | 任务 |
|---|---|---|
| 每周 | 15分钟 | 清空下载文件夹、处理收件箱至零未处理、验证近期文件是否归位 |
| 每月 | 45分钟 | 扫描重复文件、验证备份、归档已完成项目 |
| 每季度 | 2小时 | 磁盘空间审计、归档已闲置3个月以上的项目、测试备份恢复 |
| 每年 | 半天 | 灾难恢复测试、审查保留策略、更新目录结构 |