cat data -| a -| b -| c -| d -| e $ cat test.awk -| FNR == 3 && ! rewound { -| rewound = 1 -| rewind() -| } -| -| { print FILENAME, FNR, ...
確定! 回上一頁