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
Online Defrag - Exchange 2003
IE6 not showing 'Latest Blogs' block.
Last 3 tweets in WordPress
My changes in on the notes local calendar is not replicating with the server
Problem by using TFileStream: Save and Read ShortString in Delphi2010
Chart shows table info in an inverted order
work, forces and vectors
Excel 2010 - Couple of Message Box questions
SBS2003 Domain Controller AD corrupt
Downloading File through java script on client browser!