Issue :

How to move/rename a file which has space(s) in it ?

Solution :

Considering that the file name is My file name.zip and you want to rename it to Myfilename.zip, there are two ways to achieve this.

First,

mv “My file name.zip” Myfilename.zip

Second,

mv My file name.zip Myfilename.zip


Shares
Contact Us On WhatsApp