From: Richard Jones Date: Thu, 4 Feb 2010 14:12:04 +0000 (+0000) Subject: hivexsh: Document some peculiarities of the "cd" command. X-Git-Tag: 1.0.83~23 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=6ecb9ef1418631a11e10d080ea88556750593f22;hp=aef0d618b08dc9fb27fb3a729dd8926cff26ae0b hivexsh: Document some peculiarities of the "cd" command. --- 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