You've heard of 'head' and 'tail', well here's 'body'!
Print the body of a file, defaulting to the middle 10 lines.
body [options...] <file>
Options:
-r Randomly select body location of file (10 lines output)
currently prints out up to 10 lines of a files body (file center). -r takes these 10 lines from a random location within the file between lines 1 and EOF
make
sudo make install
Add flags
commit-rOutput random part of body-#set body width (lines)