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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
danblo
Contributor
Contributor

Escape \ in tSystem

Hello.  I'm trying to execute a following command:

find . -type f  -exec basename {} \;

 

How do I escape \ at the end?

 

0683p000009Lrwh.png

Labels (2)
2 Replies
Anonymous
Not applicable

Adding another backslash should fix you problem. Have you tried "\\;" ?

TRF
Champion II
Champion II

Hi,
Did you try "\\;"