From f339cb33703fc1b561d9956c29c4eb0e57334a91 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 29 Jun 2009 17:48:03 +0100 Subject: [PATCH 1/1] Add missing documentation for new 'more' and 'less' commands in guestfish. --- guestfish.pod | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/guestfish.pod b/guestfish.pod index 26312fe..9f4bdbf 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -402,6 +402,20 @@ repeatedly on each matching path. See section WILDCARDS AND GLOBBING. +=head2 more | less + + more filename + + less filename + +This is used to view a file. + +The default viewer is C<$PAGER>. However if you use the alternate +command C you will get the C command specifically. + +NOTE: This will not work reliably for large files +(> 2 MB) or binary files containing \0 bytes. + @ACTIONS@ =head1 ENVIRONMENT VARIABLES -- 1.8.3.1