Extrair todas
$ sed -n '1p;0~3p' input.txt
Line 1
Line 3
Line 6
Itchy Ibex
$ sed -n '1p;0~3p' input.txt
Line 1
Line 3
Line 6