Petals CLI 2.1.2+

compared with
Current by Christophe DENEUX
on May 07, 2014 11:10.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
{tip}

{tip}
Caution to correctly escape the symbol '{{$}}' when using a system command with variable on command line:
{code}
$ petals-cli -c -- system echo My linux temporary folder: \${java.io.tmpdir}
My linux temporary folder: /tmp
$ petals-cli -c -- system "echo My linux temporary folder: \${java.io.tmpdir}"
My linux temporary folder: /tmp
{code}
{tip}

h1. Advanced usage