Quite often I’ll open up several different file in the vim buffer to be edited.
~$ vim `grep -l v1.2r5 *.pl`
Commands like that can save you a lot of time searching through files looking for a single value or word.
How many files did that load into Vim’s buffer? Check with:
:ls
Let’s say grep found three files and [...]




Recent Comments