Article 5EASQ script not working

script not working

by
1s440
from LinuxQuestions.org on (#5EASQ)
Hi all,

I wanted to move recursively all the folders present under the path /temp/source/ to /temp/destionation/tobemoved/ with respect to the specific date.

When i try with find command unfortunately it doesnot work

for f in `find /temp/source/ -name "*.*"`; do mv $f /temp/destionation/tobemoved/; done

can anyone help me with thislatest?d=yIl2AUoC8zA latest?i=o_01kNIkRTY:ZZmDr5CpHMM:F7zBnMy latest?i=o_01kNIkRTY:ZZmDr5CpHMM:V_sGLiP latest?d=qj6IDK7rITs latest?i=o_01kNIkRTY:ZZmDr5CpHMM:gIN9vFwo_01kNIkRTY
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments