AWK學習一例

rgqancy發表於2016-07-25

awk 'BEGIN { for (i = 1; i <= 7; i++) print int(101 * rand()) }'

相關文章