From owner-freebsd-questions@FreeBSD.ORG Fri Sep 16 16:00:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FCD716A41F for ; Fri, 16 Sep 2005 16:00:52 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF6B243D45 for ; Fri, 16 Sep 2005 16:00:51 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so34354nzd for ; Fri, 16 Sep 2005 09:00:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JHBiZbR+b/1XOlo/dZqwPCVmAvcTWPrWokt5q/vdtnLtyxpxQmJBHSA7NX//K5RtIEUBX20PWx8KZh99ml14jOPleGh8urSyo7JfktsajJlmq47VRqI50iLJEsXQCuGyWDa5+IhSC6nIuhGY3pqAb9Bb+nVXpEif0F2SYTL45jg= Received: by 10.36.57.19 with SMTP id f19mr189069nza; Fri, 16 Sep 2005 09:00:51 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Fri, 16 Sep 2005 09:00:50 -0700 (PDT) Message-ID: Date: Fri, 16 Sep 2005 20:00:50 +0400 From: "Andrew P." To: Yavuz Maslak In-Reply-To: <015201c5bad6$78eaf940$dc96eed5@ihlasnetym> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <015201c5bad6$78eaf940$dc96eed5@ihlasnetym> Cc: freebsd-questions@freebsd.org Subject: Re: how to convert lower case to uppercase in a word in a line ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 16:00:52 -0000 proxy# echo Word | tr "[:lower:]" "[:upper:]" WORD On 9/16/05, Yavuz Maslak wrote: > Hello >=20 > There is a word that consists lowercases. > How to change all of letters capital letters in stead of lowercase ? > is there any script about that ? > Thanks > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >