加入收藏 | 设为首页 | 会员中心 | 我要投稿 网站开发网_马鞍山站长网 (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 ?

<tr>
<th width="25%">Tag

</tr>
<tr valign="top">
<td>o</td>
<td valign="bottom">Only space and tab act as field separators when?FS?is set to a single space,newline does not.</td>

</tr>
<tr valign="top">
<td>o</td>
<td valign="bottom">You cannot continue lines after???and?:.</td>

</tr>
<tr valign="top">
<td>o</td>
<td valign="bottom">The synonym?func?for the keyword?function?is not recognized.</td>

</tr>
<tr valign="top">
<td>o</td>
<td valign="bottom">The operators??and?=?cannot be used in place of?^?and?^=.</td>

</tr>
<tr valign="top">
<td>o</td>
<td valign="bottom">The?fflush()?function is not available.</td>

</tr>

</tr>
<tr valign="top">
<td colspan="2">
-W profile[=prof_file]?--profile[=prof_file]</td>

(编辑:网站开发网_马鞍山站长网)

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

</tr>
<tr valign="top">
<td width="6%">?</td>
<td>Provide warnings about constructs that are not portable to the original version of Unix?awk.</td>

</tr>
<tr valign="top">
<td colspan="2">
-W non-decimal-data?--non-decimal-data
</td>

</tr>
<tr valign="top">
<td width="6%">?</td>
<td>Recognize octal and hexadecimal values in input data.?Use this option with great caution!
</td>

</tr>
<tr valign="top">
<td colspan="2">
-W posix?--posix
</td>

</tr>
<tr valign="top">
<td width="6%">?</td>
<td>This turns on?compatibility?mode,with the following additional restrictions:
<table class="src" border="1" cellspacing="0" cellpadding="5">

Description