请问如何同grep 或者 awk 取出图片中的数据,写成一个list.
https://blog.csdn.net/echo960/article/details/18006339
sed -n '/^+/{n;p}' file.txt | awk '{print $2}'