From owner-freebsd-questions Mon Apr 15 19:32: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rtk1.rtk.net.pl (rtk1.rtk.net.pl [217.97.232.2]) by hub.freebsd.org (Postfix) with ESMTP id D8C4837B41A for ; Mon, 15 Apr 2002 19:31:58 -0700 (PDT) Received: from ember-nt.rtk-local ([192.168.103.118] helo=ember.rtk-local) by rtk1.rtk.net.pl with smtp (Exim 3.12 #1 (Debian)) id 16xIl7-0002u2-00 for ; Tue, 16 Apr 2002 04:31:53 +0200 Received: (qmail 70891 invoked by uid 1001); 16 Apr 2002 02:35:08 -0000 Date: Tue, 16 Apr 2002 04:35:08 +0200 From: Dominik Lupinski To: ann kok Cc: freebsd-questions@FreeBSD.ORG Subject: Re: script Message-ID: <20020416043507.A70772@ember.rtk-local> References: <20020416020000.95326.qmail@web20110.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020416020000.95326.qmail@web20110.mail.yahoo.com>; from annkok2001@yahoo.com on Mon, Apr 15, 2002 at 07:00:00PM -0700 Organization: --t-r-a-n-s-h-u-m-a-n-s--> X-Operating-System: FreeBSD 4.5-STABLE X-PGP-key: http://venus.wsb-nlu.edu.pl/~dlupinsk/yhpx.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Apr 15, 2002 at 07:00:00PM -0700, ann kok wrote: [...] > I have a file, data is as column > > File > ---- > ann > angel > brown > manuel > > How do I change the data as line? > ann angel brown manuel I just came across that stupid solution: :) ~$ cat file | xargs ann angel brown manuel ~$ > Thank you You're welcome To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message