


I have a folder of files with names of undetermined words and I want to insert a dash between the second word and the third thus....
"first second third fourth fifth sixth and so on and so on" and I want to change all the file names to....
"first second - third fourth fifth sixth and so on and so on" - I wonder if the Regex experts here could detail the command to do this? Is it possible? Or should I just do it manually? I HAVE Googled it but not got a satisfactory answer

Thanks in anticipation
