Thread
:
reading log files (performance issue)
View Single Post
#
2
(
permalink
)
05-21-2008, 06:48 PM
unSpawn
Junior Member
User
Join Date: Feb 2008
My distro: .
Posts: 9
Rep Power:
0
If your format is fixed then you could start by substituting 'echo|cut'?:
Code:
while read DATA; do echo ${DATA:0:10} ${DATA:11:6} ${DATA:17:17} # etc, etc.. done
unSpawn
View Public Profile
Find all posts by unSpawn