Guest User

Untitled

a guest
Jul 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var1=$(unzip -c ./*.zip | grep -n "Channel8"| cut -f1 -d":")
  2. var2=$(unzip -c ./*.zip | grep -n "Channel10"| cut -f1 -d":")
  3.  
  4. sed -n '/"$var1","$var"2p' $(unzip -c ./*.zip)
Add Comment
Please, Sign In to add comment