find /home/pi -type f -exec touch {} +
find + your own dir
博客提及使用find命令在指定目录查找文件并更新时间,如'find /home/pi -type f -exec touch {} +',还提到可自行指定目录。
find /home/pi -type f -exec touch {} +
find + your own dir
2万+

被折叠的 条评论
为什么被折叠?
