摘要: 批量文件比较shell脚本 #!/bin/bash Target_PATH_1=$(realpath ${1}) Target_PATH_2=$(realpath ${2}) Target_PATH_1=$([[ "${Target_PATH_1}" = /* ]] && echo "$(realp 阅读全文
posted @ 2024-04-08 21:52 Linux袁浩 阅读(132) 评论(0) 推荐(0)
摘要: deb包转rpm包 #!/bin/bash ValueArch="" ValueDebArch="" ValuePackage="" ValueDescription="" function createSPEC() { cat << END > ${1} Name: ${ValuePackage} 阅读全文
posted @ 2024-04-08 21:45 Linux袁浩 阅读(396) 评论(0) 推荐(0)