I have a string "12G 39G 24% /dev" . I have to extract the value \'24\'. I have used the below regex
grep \'[0-9][0-9]%\' -o
But I am ge