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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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 "\\;"