summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-06-29 17:48:03 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-06-29 17:48:03 +0100
commitf339cb33703fc1b561d9956c29c4eb0e57334a91 (patch)
tree79c8dfa796d68bcd8416e626856b5f4bceeb8d44
parentd9105530a7da4dffb5cdcb38ef7af0f58f7d515c (diff)
downloadlibguestfs-f339cb33703fc1b561d9956c29c4eb0e57334a91.tar.gz
libguestfs-f339cb33703fc1b561d9956c29c4eb0e57334a91.tar.xz
libguestfs-f339cb33703fc1b561d9956c29c4eb0e57334a91.zip
Add missing documentation for new 'more' and 'less' commands in guestfish.
-rw-r--r--guestfish.pod14
1 files changed, 14 insertions, 0 deletions
diff --git a/guestfish.pod b/guestfish.pod
index 26312fe4..9f4bdbf9 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<less> you will get the C<less> command specifically.
+
+NOTE: This will not work reliably for large files
+(> 2 MB) or binary files containing \0 bytes.
+
@ACTIONS@
=head1 ENVIRONMENT VARIABLES