Hi
i want to copy some data from a file by using of grep...
grep -n A HISTORY > out
but the desired information is not the line of A, and i need information located at the next line ( below line of A)

A  1   2   3

23   34  55

i mean i need the line 23 34 55.
would you mind to help me please?
many thanks