the xferlog is a space-delimited-values file...
which means each field is separated by a space. so to know when the field ends, the script looks for a space. it could be fixed using regular-expressions logic, but it would make the script much MUCH slower i'd guess.
|