I'm trying to figure out how to use grep to search a single file or multiple files for any string that is strictly 4 characters long.
The file would either be a list, containing one word per line, or it would be out of a paragraph.
How can I tell grep to extract all 4 digit words or numbers?