Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Linux command grep with tSystem component on TOS DI

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

 

0683p000009Lxcs.png0683p000009Lxd2.png

Labels (2)
1 Solution
4 Replies
manodwhb
Champion II
Champion II

@arnaudbroens can you try with below command.

"grep -l "Hello" * "

Anonymous
Not applicable
Author

Thanks @manodwhb

 

I read this post below but i make an error syntax. 

manodwhb
Champion II
Champion II

@arnaudbroens,can you try with below,should work.

 

"grep -l 'Hello' " or "grep -l Hello "