cara mendapatkan garis output shell tertentu
sed -n '10,20p' york.txt
Condemned Chicken
sed -n '10,20p' york.txt
head -n 20 york.txt | tail -11