What command to moving bulk files to other folder?
Example:
sourcefolder inside have files: file.avi,file1.avi,file2.avi
destinationfolder : empty
All folder into root directory (public_html)
I want move all .avi files into destinationfolder together.
I can use mv file.avi destinationfolder,but this for moving more than 5000 files.I need command mass move in one time command.Can help me what command must use?
Note:just want move files ONLY inside sourcefolder,not included folder.
Example:
sourcefolder inside have files: file.avi,file1.avi,file2.avi
destinationfolder : empty
All folder into root directory (public_html)
I want move all .avi files into destinationfolder together.
I can use mv file.avi destinationfolder,but this for moving more than 5000 files.I need command mass move in one time command.Can help me what command must use?
Note:just want move files ONLY inside sourcefolder,not included folder.





