diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-06-29 11:46:19 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-06-29 11:46:19 +0100 |
commit | 3854bbdecd1c089959fb812a739b84a96c05fbbf (patch) | |
tree | 87acac81e089a4e22a0e35c74263b94a2216561c /TODO | |
parent | 5af058b7d02607dcbcfb8f561cc0b8fec9a7d305 (diff) | |
download | libguestfs-3854bbdecd1c089959fb812a739b84a96c05fbbf.tar.gz libguestfs-3854bbdecd1c089959fb812a739b84a96c05fbbf.tar.xz libguestfs-3854bbdecd1c089959fb812a739b84a96c05fbbf.zip |
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.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -117,7 +117,6 @@ Supermin appliance should be moved into febootstrap. Extra commands / functionality: General glibc / core programs: - head, tail chgrp grep (do it locally using pipe?) dd (?) |