grep " string" <file> will return all the rows which containing the search string found. But, what I need is able to pull out the string/pattern from certain position, such as field 3 or position 1 to 20, can I use grep here? and if yes, how to identify the position or field in the same 'grep' command?