【发布时间】:2015-12-08 04:03:28
【问题描述】:
请解释shell脚本中使用的以下行,
awk -F\| -v src=$storekey 'src==$41' $SRC_Path >> $DST_Path
谢谢!
【问题讨论】:
-
你需要学习AWK的基本语法。 tutorialspoint.com/awk/awk_basic_syntax.htm
-
获取 Arnold Robbins 的《Effective Awk Programming, 4th Edition》一书。