Moving Files containing a specific string Dec 25, 2006 So far i found this solution to move files from current directory to a given one:find . -type f -iname '*string*' -exec mv {} /dir \;If someone knows something shorter, please let me know.Technorati Tags: find, mv, move