Consider the following command line: tfile -a -fn P2324_234.w07 -tc 8811
The regex to parse this: -\w+|\w+\s|\w+\.+\w+\s
(see screenshot below)
The problem is when the file name has multiple dots, say: tfile -a -fn P23.24.23.4.w07 -tc 8811
Question: how to ensure the P23.24.23.4.w07
is parsed as one argument (as in P23.24.23.4.w07
)?