I have the following assignment:
Words of a song are in a file called stairway.txt. Which of the following lines will be printed out after this command:
grep -E '(^.{4})(.{2}).*[ ]\2' stairway.txt
(a) Yes, there are two paths you can go by but in the long run
(b) Its just a spring clean for the May queen.
(c) Don't be alarmed now.
(d) If there's a bustle in your hedgerow.
(e) Theres still time to change the road you're on.
I don't understand what does the \2 at the end mean?
