Hello Again,
I got so good answer the last time I asked her that I think I try again
I’m trying to make a program that is searching text for 10 seconds and
Then print what it found from the stored arrays.
But I can’t seam to find any suitable command to use for timing
=====
Awk ‘ /sometext/ { array[n++]= "%s",$5
END {
while (n-->0) print array[n];
} '
=====
How to be able to run this for 10 seconds and then print all the
found arrays on last line and then start over?
I got so good answer the last time I asked her that I think I try again
I’m trying to make a program that is searching text for 10 seconds and
Then print what it found from the stored arrays.
But I can’t seam to find any suitable command to use for timing
=====
Awk ‘ /sometext/ { array[n++]= "%s",$5
END {
while (n-->0) print array[n];
} '
=====
How to be able to run this for 10 seconds and then print all the
found arrays on last line and then start over?