awk.sc
来自「《PC数据采集》源代码」· SC 代码 · 共 5 行
SC
5 行
/tom/ { count["tom"]++ }/mary/ { count["mary"]++ }END{print "There are " count["tom"] " Tom's in the file and \" count["mary"]" Mary's in the file."}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?