$ vi `!!`
That will open vi with the four README files in different viewports.
Specially handy when you find there is only one file matching your pattern and you don't want to specify the full path.
by David Winterbottom (codeinthehole.com)
$ vi `!!`
That will open vi with the four README files in different viewports.
Specially handy when you find there is only one file matching your pattern and you don't want to specify the full path.
by David Winterbottom (codeinthehole.com)