Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello. I'm trying to execute a following command:
find . -type f -exec basename {} \;
How do I escape \ at the end?
Adding another backslash should fix you problem. Have you tried "\\;" ?