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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Accepted Solutions
manodwhb
Champion II
Champion II

4 Replies
manodwhb
Champion II
Champion II

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 "