【bash】行番号を指定しての行の取得 - Qiita
自分用のメモ。行番号を指定しての行の取得方法。sed、awk、bashの3通り。##sed#sed -n 行番号P 対象ファイルsed -n 2P out.dat##awk#awk 'N…