Awk中调用shell命令
生活随笔
收集整理的這篇文章主要介紹了
Awk中调用shell命令
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
Awk中調(diào)用shell命令
需求 在awk中,有時(shí)候需要調(diào)用linux系統(tǒng)中命令,如計(jì)算字符串的MD5值,并保存下來。
方法參考?call a shell command from inside awk and pass some awk variables to the shell command
cmd=sprintf("md5sum?%s | cut -f2,2", url);#printf("command?%s\n", cmd);cmd | getline sign_str;printf("%s\t%s\n", url, sign_str);close(cmd)
注意close不能省略,否則會(huì)影響后一次的計(jì)算。
轉(zhuǎn)載于:https://www.cnblogs.com/westfly/p/4776694.html
總結(jié)
以上是生活随笔為你收集整理的Awk中调用shell命令的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 关于tomcat8在windows200
- 下一篇: expdp\impdp及exp\imp