From: "Venkatesh Joshi" <joshiv@cisco.com>
To: LinuxC <linux-c-programming@vger.kernel.org>
Subject: how to implement tail -n
Date: Mon, 24 Jan 2005 11:19:10 +0530 [thread overview]
Message-ID: <009a01c501d8$6d504cf0$dc846840@apac.cisco.com> (raw)
In-Reply-To: 1106487378.1122.14.camel@KrishnaMohan
Hi,
I would like to know how to implement "tail -n" in C.
The "-n" option will be used to print the last n lines of a file -
rather than the default option of printing the last 10 lines of a file.
I wish to do this in a single pass. I can use lseek() to go to the end
of the file. How to traverse backwards from there ? Is there any
function that does this ?
thanks,
venkatesh
next prev parent reply other threads:[~2005-01-24 5:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-23 6:26 pointer initialization of string constant Krishna Mohan
2005-01-23 12:45 ` Progga
2005-01-23 13:36 ` Krishna Mohan
2005-01-24 5:49 ` Venkatesh Joshi [this message]
2005-01-24 6:30 ` how to implement tail -n Eric Bambach
2005-01-25 14:10 ` Robert Lorentz
2005-01-24 19:26 ` Glynn Clements
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='009a01c501d8$6d504cf0$dc846840@apac.cisco.com' \
--to=joshiv@cisco.com \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.