From 6ecb9ef1418631a11e10d080ea88556750593f22 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 4 Feb 2010 14:12:04 +0000 Subject: [PATCH 1/1] hivexsh: Document some peculiarities of the "cd" command. --- hivex/hivexsh.pod | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 special significance. -C<..> may be used to go to the parent directory. +C may be used to go to the parent directory. + +C without any arguments prints the current path. + +Be careful with C 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 | B -- 1.8.3.1