Guys how do i open multiple files in vim with a single command?
These files i want to open has some kind of pattern, example:
myfile1dsa
myfile2dsdas
myfile3xzczxcz
and also do these opened files create their own tab in my vim window?
and out of topic question:
what does "--" means in a linux command? how does it differ from just "-"?
example:
grep --color 'data' fileName