awk - Unix, Linux Command---reference
发布时间:2021-01-26 01:10:38 所属栏目:Linux 来源:网络整理
导读:副标题#e# http://www.tutorialspoint.com/unix_commands/awk.htm gawk - pattern scanning and processing language gawk?[?POSIX?or?GNU?style options ]?-f? program-file ?[?--?] file ...?gawk?[?POSIX?or?GNU?style options ] [?--?]? program-text ?
Comments begin with the ‘‘#’’ character,and continue until the end of the line. Blank lines may be used to separate statements. Normally,a statement ends with a newline,this is not the case for lines ending in a ‘‘,’’,?{,??,?:,?&&,or?||. Lines ending indo?or?else?also have their statements automatically continued on the following line. In other cases,a line can be continued by ending it with a ‘‘’’,in which case the newline will be ignored. (编辑:源码网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |