From owner-freebsd-questions@FreeBSD.ORG Fri Sep 16 20:56:47 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 C793016A41F for ; Fri, 16 Sep 2005 20:56:47 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABFB43D45 for ; Fri, 16 Sep 2005 20:56:45 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by xproxy.gmail.com with SMTP id i31so827150wxd for ; Fri, 16 Sep 2005 13:56:44 -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=E8RyqXNnawuyDU9smYpoXsASvkEjP97sVhCDfKJNtu+nyDSRbhZZuX+JvgKXf1d06fkdN+01Ff35Hy6nunJHN/fATgqr4pucJNdAeeP/BdGWZ76xW89/fxHVw/LwPnTdGwCgFsufy+LThGfXXY8kYYyFbCKR271QtFaoEoLMV0c= Received: by 10.70.110.6 with SMTP id i6mr305491wxc; Fri, 16 Sep 2005 13:56:44 -0700 (PDT) Received: by 10.70.67.15 with HTTP; Fri, 16 Sep 2005 13:56:44 -0700 (PDT) Message-ID: <54db439905091613566d78fb67@mail.gmail.com> Date: Fri, 16 Sep 2005 16:56:44 -0400 From: Bob Johnson 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: bobo1009@mailtest1.eng.ufl.edu, 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: fbsdlists@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:56:48 -0000 On 9/16/05, Yavuz Maslak wrote: > Hello >=20 > There is a word that consists lowercases.=20 > How to change all of letters capital letters in stead of lowercase ? > is there any script about that ? No one's suggested dd yet: dd if=3Dfilename.txt conv=3Ducase of=3Dnewfilename.txt - Bob