for a simple solution: paste the three files together, then get the columns you want: paste -d' ' file1 file2 file3 |\ awk 'BEGIN { FS ...
確定! 回上一頁