Zenn
📖
Linux でファイルのA行目からB行目までを表示する
2021/06/16
に公開
Linux
tech
cat [file] | head -n B | tail -n B-A+1
Discussion
Discussion