Web Hosting Talk







View Full Version : Cool Downloads


SiteTutor
08-12-2002, 03:03 PM
Cool Downloads
TXTcollector v1.0.5 [417k] W9x/2k/XP FREE
"TXTcollector grabs all .txt files from a directory of your choice and
combines them into a new (larger) text file." Personally I find this
application perfect for combining my network log files. Instead of
having to read each log individually, I just rename them using the
rename command from the command prompt and then make one large network
log file that I can read on my PDA.
http://bluefive.pair.com/

I am subscribed here: it's been real useful to me.

PC World's Hot Shareware Newsletter
http://www.pcworld.com/downloads


__________________

sadistikal
08-12-2002, 07:36 PM
Or if your in UNIX you can just do:

for i in *
do
cat $i >>/dirofchoice/logs-combined.txt
done
:D