user@host:~/somedir $ ls # List current directory
conf lang README screen.gif ui
info.txt manager.dat renderer.php syntax.php
user@host:~/somedir $
Should be rendered:
user@host:~/somedir $ ls # List current directory
conf lang README screen.gif ui
info.txt manager.dat renderer.php syntax.php
user@host:~/somedir $
The full syntax:
transcript
* //prompt// --- [optional] the prompt used by the CLI. ((In practice only the final character is needed as everything on the line up to the final character will be taken to be part of the prompt and everything after will be regarded as a command.)) If no prompt is given, '$ ' (note the space) is assumed (('$ ' is the standard Bash shell prompt)).
* //comment// --- [optional] the comment string used by the CLI. If omitted, '#' is assumed (('#' is the standard Bash shell comment character)).
* //continue// -- [optional] the prompt used for continuation markers: regex '/^> /' is the default.
* The defaults above match Bourne shell ${PS1} and ${PS2} prompts and comments
The opening ''**
user@host:~/somedir $ ls # List current directory
conf lang README screen.gif ui
info.txt manager.dat renderer.php syntax.php
user@host:~/somedir $
\\
$ rpm -ivh darcs-1.0.9-3.fc6.i386.rpm
Preparing... ########################################### [100%]
1:darcs ########################################### [100%]
==== Result ====