I am trying to use the grep command to search for lines that contain a particular string at a certain character position. Is there any way to tell grep to only search for the string at a specified position of each line?
Example-
00001JIM SMITH 35LL
00002MIKE JONES 30LL
00003STEVE SIMMS...