linuxMaestro
Instructor
rlog passwd | grep revision | awk {'print $2'}
gives me:
revisions:
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
revision
I want it to only show the numbers, not revisions: or revision
gives me:
revisions:
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
revision
I want it to only show the numbers, not revisions: or revision