Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to use tSystem component to execute linux command, grep, to find 'Hello' in my files content.
When i run my job, grep command don't use my search on "Hello"
What's wrong ?
Thanks
@arnaudbroens,did you verified below link.
@arnaudbroens can you try with below command.
"grep -l "Hello" * "