linux修改隐藏文件名称

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

原文地址:https://www.cnblogs.com/chriszsy/p/13213298.html