summaryrefslogtreecommitdiffstats
path: root/hivex/hivexsh.pod
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-02-04 14:12:04 +0000
committerRichard Jones <rjones@redhat.com>2010-02-19 15:01:34 +0000
commit6d9c591763b8d739348e01014bbba241c6c19023 (patch)
treefaf3e79a5004819095918ba7534fe79521203558 /hivex/hivexsh.pod
parentfb83717207502948e26fd705c1219f50f6a0a326 (diff)
downloadhivex-6d9c591763b8d739348e01014bbba241c6c19023.tar.gz
hivex-6d9c591763b8d739348e01014bbba241c6c19023.tar.xz
hivex-6d9c591763b8d739348e01014bbba241c6c19023.zip
hivexsh: Document some peculiarities of the "cd" command.
Diffstat (limited to 'hivex/hivexsh.pod')
-rw-r--r--hivex/hivexsh.pod9
1 files changed, 8 insertions, 1 deletions
diff --git a/hivex/hivexsh.pod b/hivex/hivexsh.pod
index 277e3ae..9336798 100644
--- a/hivex/hivexsh.pod
+++ b/hivex/hivexsh.pod
@@ -100,7 +100,14 @@ or even:
Path elements (node names) are matched case insensitively, and
characters like space, C<*>, and C<?> have I<no> special significance.
-C<..> may be used to go to the parent directory.
+C<cd ..> may be used to go to the parent directory.
+
+C<cd> without any arguments prints the current path.
+
+Be careful with C<cd \> since the readline library has an undocumented
+behaviour where it will think the final backslash is a continuation
+(it reads the next line of input and appends it). Put a single space
+after the backslash.
=item B<close> | B<unload>