Suppose you’d like to open all the files in your checkout folder under the /trunk subdirectory. Assume the files are called first.c second.r third.cpp. How can you open all the files into vim with a single command.
The obvious answer is the following
$ vim first.c second.r third.cpp
But can you do this more simply?
Sounds like you’re on linux or some Unix variant.
Using the asterisk gets you all files in the current folder: