hanya mendapatkan angka bash string

echo toto.titi.12.tata.2.abc.def | tr -d -c 0-9
#returns 122
Annoying Armadillo