Search Results

Search: Posts Made By: ashok.mp87
1,305
Posted By ashok.mp87
$ find sourcedir/ -type f -exec mv -v {} destdir...
$ find sourcedir/ -type f -exec mv -v {} destdir \; > move.log

This command find all the files(type -f) in sourcedir and move it to destdir.

sourcedir - Directory which contains all...
1,305
Posted By ashok.mp87
Hi, You can use find command to move all the...
Hi,

You can use find command to move all the files from subdirectories to a different directory and also redirect the move verbose log for future reference to find file belongs to which directory...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy