awk와 paste를 이용한 가장 간단한 방법
awk '{print $1}' source1 > target1
awk '{print $3}' source 2 > target2
paste target1 target2 > target3
최근 댓글 목록