From owner-freebsd-questions@FreeBSD.ORG Fri Feb 19 21:43:31 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC5171065672 for ; Fri, 19 Feb 2010 21:43:31 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from smtp.ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 53CAA8FC08 for ; Fri, 19 Feb 2010 21:43:31 +0000 (UTC) Received: (qmail 38826 invoked by uid 89); 19 Feb 2010 21:47:32 -0000 Received: from unknown (HELO ?192.168.1.114?) (steve@ibctech.ca@::ffff:208.70.104.100) by ::ffff:208.70.104.210 with ESMTPA; 19 Feb 2010 21:47:32 -0000 Message-ID: <4B7F0604.6000507@ibctech.ca> Date: Fri, 19 Feb 2010 16:43:32 -0500 From: Steve Bertrand User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Lightning/1.0b1 Thunderbird/3.0.1 MIME-Version: 1.0 To: gahn References: <89925.34821.qm@web52106.mail.re2.yahoo.com> In-Reply-To: <89925.34821.qm@web52106.mail.re2.yahoo.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd general questions Subject: Re: vi question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2010 21:43:31 -0000 On 2010.02.19 16:11, gahn wrote: > Hi, all: > > How could I use vi to repeat a word, say, 100 times in the same line, of course with a space in between? Yes. Using the word 'this' as an example: 100ithis Steve