Implement "head", "head-n", "tail", "tail-n" commands.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 29 Jun 2009 10:46:19 +0000 (11:46 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 29 Jun 2009 10:46:19 +0000 (11:46 +0100)
commit3854bbdecd1c089959fb812a739b84a96c05fbbf
tree87acac81e089a4e22a0e35c74263b94a2216561c
parent5af058b7d02607dcbcfb8f561cc0b8fec9a7d305
Implement "head", "head-n", "tail", "tail-n" commands.

These commands let you view parts of a large file without
passing the whole file over the network connection.
TODO
daemon/Makefile.am
daemon/headtail.c [new file with mode: 0644]
src/generator.ml