Answers for "get only figures of string bash"

6

get only figures of string bash

echo toto.titi.12.tata.2.abc.def | tr -d -c 0-9
#returns 122
Posted by: Guest on June-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language