Thread: Bash script for moving files
i have folder /var/www/img has lots of image files name date.
want move images 201108 filename /root/a
tried bash without luck
please help?html code:$mv $(find . -name "201108") /root/a/;
mv *201108* /wherever/.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Bash script for moving files
Ubuntu
Comments
Post a Comment