git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d910553
)
Add missing documentation for new 'more' and 'less' commands in guestfish.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 29 Jun 2009 16:48:03 +0000
(17:48 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 29 Jun 2009 16:48:03 +0000
(17:48 +0100)
guestfish.pod
patch
|
blob
|
history
diff --git
a/guestfish.pod
b/guestfish.pod
index
26312fe
..
9f4bdbf
100644
(file)
--- 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