本人水平一般,应该有更好的办法(用sed).这里只提供一种普通方法.设字符串存储在文件 a.txt中,命令行如下:tr -c [0-9] "\n" < a.txt | tr -s "[\n]" | sed -n '1,10p'