加入收藏 | 设为首页 | 会员中心 | 我要投稿 网站开发网_马鞍山站长网 (https://www.0555zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长百科 > 正文

awk - Unix, Linux Command---reference

发布时间:2021-01-29 04:45:02 所属栏目:站长百科 来源:网络整理
导读:副标题#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 ?

NOTE: When using the integer format-control letters for values that are outside the range of a C?long?integer,?gawk?switches to the?%g?format specifier. If?--lint?is provided on the command line?gawk?warns about this. Other versions of?awk?may print invalid values or do something else entirely.

Optional,additional parameters may lie between the?%?and the control letter:

count$ count’th argument at this point in the formatting. This is called a?positional specifier?and is intended primarily for use in translated versions of format strings,not in the original text of an AWK program. It is a?gawk?extension.spacewidthprec(编辑:网站开发网_马鞍山站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

Description