0
0

More than 3 years have passed since last update.

[sed]【1行野郎】連続しない複数行を表示する (例: 2〜4行目と9〜13行目)

Last updated at Posted at 2021-08-25

2〜4行目と9〜13行目を表示させる例

$ sed -n -e '2,4p' -e '9,13p' /etc/dnsmasq.conf

以上

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0