The redirection ">" sign is a shell feature. So wrap the whole thing in as a shell command, like:
bash -c 'printf text3 > filename4' On Sun, Aug 21, 2022 at 4:09 AM Shay Ginsbourg <sginsbo...@gmail.com> wrote: > Hi, > > Using the OS Process Sampler on Linux, the redirection ">" sign keeps > failing. > > For example: > > Command: printf text3 > filename4 > > Is there any workaround for this redirection ? > > Thanks, > Shay >