How do you run a command across all files in the argument list?
:argdo %s/old/new/ge | update
Use :argdo to execute a command in every file in the argument list.
:argdo %s/old/new/ge | update
Use :argdo to execute a command in every file in the argument list.