Quote:
Originally Posted by darksoul
Code:
#/bin/tcsh
foreach file (*.php)
echo -n "<a href='$file'>";
echo $file|sed -e 's/-/ /g'|xargs echo -n;
echo -n "</a>";
end
put that in a file like makelist.csh
upload it and run it in that dir with
./makelist.csh > outputfile.html
|
is that in ssh or something?
i don't do ssh

haha