[CLUE-Tech] pipe list of file names to vim

Keith Hellman khellman at mcprogramming.com
Wed Dec 24 06:43:40 MST 2003


On Tue, Dec 23, 2003 at 11:12:40PM -0700, Jeff Cann wrote:
> $grep -l 'bob' *
> empty-navbar.jsp
> footer.jsp
> header.jsp
> nohome-header.jsp
 
$vim $(grep -l 'bob' *|cut -d : -f 1 |sort |uniq)



More information about the clue-tech mailing list