a2retro wrote:
Re file names, I have been gently reminded of that by others and even thought it myself after I had already posted it. On the flip side you can always rename the file after the fact to what ever suits your situation.mv "Applicard OEM Manual.zip" Applicard_OEM_Manual.zip
Sure this works if you escape the spaces with "\ " or use TAB to let the shell do it for you. At least works with bash.My point is that the LINK to a file that contains spaces is not directly usable.
Just a minor issue. -Alex.