awk 'BEGIN{ commands } pattern{ commands } END{ commands }' ls -lh | awk '{print $1}' netstat -n | awk '/^tcp/ {++state[$NF]} END {for(key ...
確定! 回上一頁