|
|
|
|
|
|
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
![]() |
#4 |
Aw, Dad, you've done a lot of great things, but you're a very old man, and old people are useless
Join Date: Nov 2008
Posts: 22
|
if you are on linux server, use this shell script
Code:
#! /bin/sh for dir in /home/fiolder/* ; do if test -d $dir ; then cp -f /pathto/index.html $dir fi done |
![]() |
![]() |
|
|