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



