📖

Linux でファイルのA行目からB行目までを表示する

に公開
cat [file] | head -n B | tail -n B-A+1

Discussion