j
k
j a
j l
On 18.5.2011 16.54, Bowie Bailey wrote:
You can also do this: $ vim `ls -1 *.txt`
You can also do this:
$ vim `ls -1 *.txt`
That one can be accomplished in a simpler way:
vim *.txt
- Jussi
Back to the thread
Back to the list