Either quoting the string with spaces ("program files/razor") or escaping the space (program\ files/razor) will get the argument to the script intact (as $3). You don't want to do both.<BR><BR>The ...
If you run into problems building, testing or running complex bash scripts, don’t lose heart. There are many ways you can help ensure that your scripts will work flawlessly. In this post, we’ll ...