I have many lines in my script that look like:
./run -f abc.txt
./run -f abc1.txt
./run -f abc2.txt
..
..
./run -f abc50.txt
I need to replace all abc*.txt with abc.txt. Is there a way in Vim I can do this, where I search for all abc*.txt and replace them?
You could do: