> On Wed, 24 Aug 2011 16:55:00 +0300, Yuri Timofeev said:
>
> 2011/8/24 Graham Keeling
>
> > On Wed, Aug 24, 2011 at 04:09:33PM +0300, Yuri Timofeev wrote:
> > > Hi
> > >
> > > Problem in the symbol of ">".
> > > Client Run Before Job = "ls -la > /tmp/test.log"
> >
> >
> > As a workaround,
2011/8/24 Graham Keeling
> On Wed, Aug 24, 2011 at 04:09:33PM +0300, Yuri Timofeev wrote:
> > Hi
> >
> > Problem in the symbol of ">".
> > Client Run Before Job = "ls -la > /tmp/test.log"
>
>
> As a workaround, you could try putting your commands in a script and
> running
> the script instead.
Am 24.08.2011 15:09, schrieb Yuri Timofeev:
> Problem in the symbol of ">".
> File /tmp/test.log is not created.
> Running only the first part of the command "ls -la".
> "> /tmp/test.log" not worked.
Hi,
from the documentation for "RunScript" [1]:
In addition, the command string is parsed the
Hi,
Why don't you use a shell script with this command?
J.
2011/8/24 Yuri Timofeev :
> Hi
>
> Problem in the symbol of ">".
> File /tmp/test.log is not created.
> Running only the first part of the command "ls -la".
> "> /tmp/test.log" not worked.
>
>
> Config file:
>
> Job {
> ...
> Client
On Wed, Aug 24, 2011 at 04:09:33PM +0300, Yuri Timofeev wrote:
> Hi
>
> Problem in the symbol of ">".
> File /tmp/test.log is not created.
> Running only the first part of the command "ls -la".
> "> /tmp/test.log" not worked.
>
>
> Config file:
>
> Job {
> ...
> Client Run Before Job = "ls
Hi
Problem in the symbol of ">".
File /tmp/test.log is not created.
Running only the first part of the command "ls -la".
"> /tmp/test.log" not worked.
Config file:
Job {
...
Client Run Before Job = "ls -la > /tmp/test.log"
}
Console log:
fd JobId 32287: shell command: run ClientRunBefore