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