Scripts I wrote that I use all the time

76 points by xavdid


dzwdz

line 10 prints line 10 from stdin. For example, cat some_big_file | line 10 prints line 10 of a file. This feels like one of those things that should be built in, like head and tail.

sed -n 10p