Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jelsdon/body

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

body

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

Building

make

Installing

sudo make install

TODO

Add flags

  • -r Output random part of body commit
  • -# set body width (lines)

About

Print the body of a file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published