linux修改隐藏文件名称

find u-boot-2020.04 -type f -name '.*' -execdir sh -c 'mv -i "$0" "./a.${0#./.}"' {} \;

posted @ 2020-06-30 13:49  CHRIS-ZSY  阅读(386)  评论(0编辑  收藏  举报