Awk Multiterm MAtch

Discussion in 'Programming' started by nikolaymartin, Jun 12, 2019.

  1. #1
    I want to match multiple search terms in awk with a single command. How can i specify multiple search terms to math?
     
    nikolaymartin, Jun 12, 2019 IP
  2. ameliak

    ameliak Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    Sometimes we need to hold some temporary values through execution of the Awk. The solution is using variables.
     
    ameliak, Jul 19, 2019 IP