This PR begins implementing the tail utility. The -f flag has not been implementing as I am unsure how to continuously consume input with clap and insert it into a buffer. The bulk of this implementation was copied from the preexisting head utility then repurposed to fit the needs of tail. Below lists which arguments were implemented.
This PR begins implementing the
tail
utility. The-f
flag has not been implementing as I am unsure how to continuously consume input withclap
and insert it into a buffer. The bulk of this implementation was copied from the preexistinghead
utility then repurposed to fit the needs oftail
. Below lists which arguments were implemented.-c
|--bytes
-n
|--lines