Implement tail utility

How will you implement tail utility in c/c++ without using inbuilt tail command.
Note: tail -n <filename> will output the last 'n' lines of the file.

Comments

Popular posts from this blog