View Single Post
Old 11-29-2006, 02:32 AM  
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by darksoul View Post
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
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote