passing command line arguments into awk script using substr
Here is the basic script I want to pass 3 arguments into:<br><br>awk '{if(substr($0,position,length)=="variable" {print $0}}' input file > output file<br><br>I want to pass in the position, length,