Citar-d delim
Use delim as the field delimiter character instead of the tab
character.
Citar-f list
The list specifies fields, separated in the input by the field
delimiter character (see the -d option.) Output fields are sepa-
rated by a single occurrence of the field delimiter character.
el 11 es la posición,no es exactamente una tabla por lo que veo.
Código [Seleccionar]
ifconfig eth0|grep HWaddr|cut -d " " -f 1
mostraría
eth0
posición 2,3,4,5,6 en blanco
y
Código [Seleccionar]
ifconfig eth0|grep HWaddr|cut -d " " -f 1
muestra:
Link
Por lo tanto encap:Ethernet 8, 9 espacio en blanco, 10 Hwaddr y 11 la mac xD