【awk】执行文件中每一行命令

    xiaoxiao2023-11-13  94

    awk:  

    cat 800.txt | awk '{cmd=$0;system(cmd)}'

    注意$0表示本行内容

    最新回复(0)