Hi all, wondering if anyone can help.
Im currently trying to write a script that takes my users connection stats
and rewrites it to individual user files.
the data is in the form of a comma delimited text file
Fields
server name$1 ,name,port no,in date,in time,out date,out time,min,bytes sent,bytes received,port speed,how off,unique id
I know how to format
How do I set the script to write a file for each new name in $2 and then add up all the times and downloads ($8, $9, $10) in those user specific files .
Thank you for your assistance