(wondering how this differs from a pipe into stdin?): awk ... awk 'BEGIN { while ((getline line < system("df") > 0)) { print $1 }; exit}'
確定! 回上一頁