LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   selecting all files to mv (https://www.linuxquestions.org/questions/linux-newbie-8/selecting-all-files-to-mv-682209/)

chisholm 11-09-2008 03:25 PM

selecting all files to mv
 
I want to mv all of the files from a to a new location. ie all the files from wordpress to the html folder in an ibay in an sme server. Any help with this would be appreciated.

colucix 11-09-2008 03:38 PM

To move a bunch of files together you have to establish a criterium to distinguish these (and only these) files from other stuff. You can use wildcards or the find command to select the files based on their timestamp, size, ownership and so on. From your post it is not clear what the selection must be based on (provided I don't know what are wordpress files).

jailbait 11-09-2008 03:40 PM

I interpret your question to mean that you want to move files from your local computer to a remote server.

I recommend that you use gftp. gftp gives you a split window something like Midnight Commander. Set the left window to your local directory and set the right window to the remote directory. Then drag and drop from the left window to the right window.

-------------------
Steve Stites


All times are GMT -5. The time now is 10:06 AM.