On 18.5.2011 16.54, Bowie Bailey wrote: > You can also do this: > > $ vim `ls -1 *.txt` That one can be accomplished in a simpler way: vim *.txt - Jussi
Wed May 18 14:26:41 UTC 2011
Jussi Hirvi <listmember at greenspot.fi>
On 18.5.2011 16.54, Bowie Bailey wrote: > You can also do this: > > $ vim `ls -1 *.txt` That one can be accomplished in a simpler way: vim *.txt - Jussi