hi,
i want to use the output of locate (or find) in a program.
the problem i have is that the output is like this
$locate example
Code:
/home/user/example with spaces
which cannot be used (because it links to /home/user/example)
so is there a way to get this output:
Code:
/home/user/example\ with\ spaces
??
thx!