View Single Post
Old 11-29-2006, 02:27 AM  
darksoul
Confirmed User
 
darksoul's Avatar
 
Join Date: Apr 2002
Location: /root/
Posts: 4,997
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
__________________
1337 5y54|)m1n: 157717888
BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
Cambooth
darksoul is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote