linux - move set of files in unix -


i have files below

activ_23676_03-10-2013.log.gz activ_23676_03-11-2013.log.gz activ_23676_03-12-2013.log.gz activ_23676_03-13-2013.log.gz activ_23676_03-14-2013.log.gz activ_23676_03-15-2013.log.gz activ_23676_03-16-2013.log.gz activ_23676_03-17-2013.log.gz activ_23676_03-18-2013.log.gz activ_23676_03-19-2013.log.gz activ_23676_03-20-2013.log.gz activ_23676_03-21-2013.log.gz activ_23676_03-22-2013.log.gz 

out of these files want move activ_23676_03-[10-16]* only. how should move them?

simply:

mv activ_23676_03-1[0-6]* /path/to/new/location 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -