in reply to Re^2: handle special character in filename
in thread handle special character in filename

Hello

I have test system $command,@params with sed and a file with space in its filename, and it works (at least in Debian)

$ echo "pa" > "a b" $ cat p system ("sed","s,a,o,","a b"); $ perl p po