awk OR statement

后端 未结 3 1743
闹比i
闹比i 2021-02-02 06:32

Does awk have an OR statement i.e given the following snippet:

awk \'{if ($2==\"abc\") print \"blah\"}\'

Is it possible t

3条回答
提交回复
热议问题