📄 awk.sc
字号:
/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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -