Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Copy a file to all subfolders of a folder with one command' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Copy a file to all subfolders of a folder with one command
Authored by: arcticmac on Mar 02, '10 01:35:05PM

an interesting alternative if you're literally creating thousands of copies of the same file would be to use links (symlinks if they work for your web server, or even hard links if symlinks aren't acceptable) by using 'ln' instead of 'cp'.



[ Reply to This | # ]