grep

grep match, and 4 charactors 

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

 

all matches

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

原文地址:https://www.cnblogs.com/wblade/p/12045813.html