摘要: busybox sh 是ash InputFile="ip.txt" while IFS= read -r line <&3; do printf '%s\n' "$line" done 3< "$InputFile"https://unix.stackexchange.com/questions/ 阅读全文
posted @ 2022-06-23 00:06 MoonXu 阅读(340) 评论(0) 推荐(0)