Eric Smith wrote:
Yeah, thanks it works like this too: bufdo !tar -vrf /path/to/archive.tar %:pHow do I avoid the "Press ENTER or type command to continue" prompt after each file is processed?
use ":set nomore" before the bufdo command, and ":set more" if you want to restore normal behaviour after it; or else use ":silent bufdo (etc.)".
see
:help 'more'
:help 'silent'
Best regards,
Tony.
