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可以是字符串,
相關文章
相關標籤/搜索