使用 awk 处理 Excel 快速拼接字符串 正文 cat ~/20190507.txt | awk '{url=($1=="80")?"http://"$3:"https://"$3;cmd="echo "url;system(cmd)}' #Linux
Leave a Reply