I tired head +10 and it didn't work. thanks
To clarify, 'man head'
Brian Agnew
2009-09-11 14:14:33
+2
A:
Head is a fine tool, but you might also try:
sed 10q path
For code golf fanatics, sed is always better than head :)
William Pursell
2009-09-11 14:15:58
sed reads a line, then prints it. When it gets to line 10, it prints the line and then quits.
William Pursell
2009-09-11 14:37:00