I use awk and you need to find if the variable, in this case $ 24 contains the word 3: 2-, if so, to print the line (for the sed command) - the variable can contain more letters or spaces or \ n ..... .. eg,
$24 == "3:2" {print "s/(inter = ).*/\\1\"" "3:2_pulldown" "\"/" >> NR }
in my line above - it will never find such a line, although it exists.
Can you help me with the team please?
Shira source
share