I have some files(.txt), the name are:
run_freq100ampl0.6offs0.8_1
run_freq100ampl0.4offs1.1_1
run_freq100ampl0.2offs1.0_1
run_freq100ampl0.4offs1.2_1
run_freq100ampl0.2offs1.1_1
run_freq100ampl0.5offs0.8_1
run_freq100ampl0.2offs1.2_1
run_freq100ampl0.4offs0.8_1
I want get the number of ampl, like
0.6
0.4
0.2
0.4
0.2
0.5
0.2
0.4
How can i do it with 'find', 'grep' or 'cat' in Linux?