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?