Microsoft
Software
Hardware
Network
Question : regex move command in Ubuntu, how would I move the following files to a directory?
I have a directory of 10,000 files... with the same naming schema..
bigapple_lrg.jpg
bigapple_01_lrg.jpg
bigapple_02_lrg.jpg
bigapple_03_lrg.jpg
bigapple_04_lrg.jpg
bigapple_05_lrg.jpg
banana_lrg.jpg
banana_01_lrg.jpg
banana_02_lrg.jpg
banana_03_lrg.jpg
banana_04_lrg.jpg
banana_05_lrg.jpg
banana_06_lrg.jpg
banana_07_lrg.jpg
banana_08_lrg.jpg
(some items go up to _60_lrg.jpg)
etc..
I want to move all the files with "_##_lrg.jpg" to a sub directory "/extrapics" , but leave files like "banana_lrg.jpg" in their current directory.
Is there some kind of regex way to move the files like:
mv *_\d\d_lrg.jpg /home/myself/documents/web
site/extra
pics/
Answer : regex move command in Ubuntu, how would I move the following files to a directory?
This should do it I believe - test it first on something that doesn't matter though!
mv *_??_lrg.jpg /home/myself/documents/web
site/extra
pics/
Random Solutions
ASA 5510 question
SQL Timeout when Changing Char Field Length
VBA: Copying data into new workbooks and saving the files
While we are in Mstsc connected to a remote machine. is there any way to drag and drop files from the connected machine to remote?
I'm trying to use LIKe to return all "-"
500 POINTS - Button to remove previous item from textbox
best practices in programming
How do i make Timeslips 2009 work in Citrix Xendesktop on Windows XP
IIS
Does auto-increment work reliably in Access 2010?