When dealing with file paths, you may need to escape spaces. You can do this using sed. #!/bin/sh p = "/var/lib/vmware/Virtual Machines" ...
確定! 回上一頁