Implement "more" and "less" commands in guestfish.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 29 Jun 2009 11:05:58 +0000 (12:05 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 29 Jun 2009 11:05:58 +0000 (12:05 +0100)
commit19a1382fc9317ab88cdbf1dde76a8015868af51d
treed1e4cbf60e85a3f3b9eeca750f11b109c5954fd8
parent17a45063960b4158fbe9541a2530ed6903b4f761
Implement "more" and "less" commands in guestfish.

Use commands such as:
  more /etc/passwd
  less /etc/fstab

These commands are specific to guestfish.
TODO
fish/Makefile.am
fish/edit.c
fish/fish.c
fish/fish.h
fish/more.c [new file with mode: 0644]