Copy Recursive Wiki
copy all files recursively from source to destination
Brought to you by:
dpdmancul
Copy all files (except folders) recursively from source_dir to destination_dir
In a Linux bash terminal, with executable permission:
'copy recursive.sh' source_dir destination_dir
or:
bash 'copy recursive.sh' source_dir destination_dir
Copyright © 2015 DPD- (Davide Peressoni) dp.d-@live.it
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
for more info: https://www.gnu.org/licenses/gpl-2.0.html