DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Move Files Using Find And Exec
find . -name "xyz*" -exec bash -c "mv {} ./xyz-dir/" \;






Comments
Snippets Manager replied on Tue, 2008/08/26 - 5:42pm