linux修改隐藏文件名称

    技术2022-07-12  74

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

    Processed: 0.009, SQL: 9