このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
- 14 Atom [折りたたみ]
- 2025.02.08 Redirects with # created
- 2025.01.17 AMD Speculative Return Stack Overflow (SRSO) [AlmaLinux/Rocky]
最近の更新
これで、hogehoge.confの100行目を表示
$ sed -n 100p /etc/hogehoge.conf
これで、hogehoge.confの100行目~120行目を表示
$ sed -n 100,120p /etc/hogehoge.conf
これで100行目以降を表示
$ tail -n +100 /etc/hogehoge.conf