[Tutorials] AWK实战指南 -- 推荐一本比较好的教程
Tofloor
poster avatar
foxbcd
deepin
2023-07-19 04:22
Author

Cover_AwkInAction.png

AWK实战指南


如果你厌倦了shell那神鬼莫测的语法,又用不上Python那强大的功能,类C型的AWK或许就是最佳的替代方案。

Reply Favorite View the author
All Replies
阿尼樱奈奈
Moderator
2023-07-19 04:23
#1

like

Reply View the author
三好市民
deepin
2023-07-19 04:34
#2

读完了这个前言,觉得这本书很通俗易懂,有种相逢恨晚之感。

我计划用一个月的时间专攻这本书,看能不能由零基础开始,最后实现精通AWK。

Reply View the author
hanzn-zzx
deepin
2023-07-19 04:35
#3

tail关于我python和shell都不会哈哈

Reply View the author
foxbcd
deepin
2023-07-19 04:43
#4
It has been deleted!
foxbcd
deepin
2023-07-19 04:44
#5
➜  ~ ip a s wlp2s0 | awk -F "[ /]+" 'NR==3 { print $3 }'
192.168.1.207

➜  ~ ip a s wlp2s0 | sed -nr "s/^.*inet (.*)\/.*/\1/p"   
192.168.1.207

Reply View the author
wlly-lzh
deepin
2023-07-19 05:30
#6
hanzn-zzx

tail关于我python和shell都不会哈哈

彼此彼此

joy

Reply View the author
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2023-07-19 06:10
#7
hanzn-zzx

tail关于我python和shell都不会哈哈

现在学也不迟,一天就可以懂了个5-6成了

Reply View the author
babyfengfjx
Super Moderator
CQA
2023-07-19 17:34
#8

我就说喜欢经典的内容分享呢👍

Reply View the author
waittingsummer
deepin
2023-07-19 23:11
#9

原来是awk啊,大写的一下没反应过来,久闻大名就是不会用

Reply View the author
abc32123
deepin
2023-09-16 23:31
#10

AWK是干啥的?

Reply View the author