Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kayman

    Sorry, there was a mistake in the script

    Hello, This should be the correct script: BEGIN{ if(right==0) right=left size=left+right+1 focus=left+1 } { print &quot;linenumber= &quot; NR print &quot;line= &quot; $0 for(i=1; i<size; i++) w[ i]=w[i+1] w[ i]=$0...
  2. kayman

    Looking for patterns in arrays

    Hi there, With the following script I can look for a specific pattern in the focus position of an array, called 'size' (this array contains a focus position with left and right context) BEGIN{ if(right==0) right=left size=left+right+1 focus=left+1 }...

Part and Inventory Search

Back
Top