awk - Unix, Linux Command---reference
|
</tr> </tr> </tr> </tr> </tr> </tr> </tr> |
The control statements are as follows:
<table class="src" cellspacing="5" cellpadding="5">
<tr><td>
if (condition) statement [ else statement ]
while (condition) statement
do statement while (condition)
for (expr1; expr2; expr3) statement
for (var in array) statement
break
continue
delete array[index]
delete array
exit [ expression ]
{ statements }
I/O Statements
The input/output statements are as follows:
<table class="src" border="1" cellspacing="0" cellpadding="5">
<tr>
<th width="25%">Tag
【免责声明】本站内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。
-
无相关信息


