I'm trying to do a search and replace of multiple files. I'm searching for the pattern:
CALL xxxxxxxx
Where xxxxxxxx can be anything
And I want to replace with
CALL 'xxxxxxxx'
The are always 8 characters in the called program, so just trying to figure out what I can use as a wildcard.
Thanks in advance for your assistance.
CALL xxxxxxxx
Where xxxxxxxx can be anything
And I want to replace with
CALL 'xxxxxxxx'
The are always 8 characters in the called program, so just trying to figure out what I can use as a wildcard.
Thanks in advance for your assistance.