帮忙看一下这是怎么回事 ?(第一个已解决,另外那个还没有)

root@0[root]# aptitude search RealPlayer
v   realplayer
v代表什么意思???
还有P 呢?   
root@0[root]# cat test.txt
The hneysuckle band played all night long for only $90.
It was an evening of splendid music and company.
Too bad the disco floor fell through at 23:00.
The local nurse Miss P.Neave was in attendance

root@0[root]# gawk '$1=="The"{print}' test.txt
The hneysuckle band played all night long for only $90.
The local nurse Miss P.Neave was in attendance

还有就是为什么这个把第四行也显示出来了!??!!