Linux Shell编程四剑客-awk

awk 【语法】 awk 【option】 pattern action filename program:pattern+action 如果action中有多个语句,需要用;分隔 eg:awk 'BEGIN{test="hello gawk";print test}' 1、print print item1,item2, ...     1)逗号分隔符     2)输出的各item可以是字符串,
相关文章
相关标签/搜索