grep match, and 4 charactors 

cat 1 | grep -o 'JVID=: [a-z]\{4,\}'

 

all matches

cat 1 | grep -o  'VID=: [A-z]*'

posted on 2019-12-15 20:39  wblade  阅读(293)  评论(0)    收藏  举报