Date: Sun, 17 Sep 2017 17:02:32 +0200 From: Matthias Apitz <guru@unixarea.de> To: <freebsd-questions@freebsd.org> Subject: Re: case command Message-ID: <c9c653b9-aa45-4f59-8172-784ecaf4eedc@unixarea.de> In-Reply-To: <VI1PR02MB1200B54F7772D37F6BE020F4F6620@VI1PR02MB1200.eurprd02.prod.outlook.com> References: <59BE89E1.3050209@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, 17 September 2017 16:50:00 CEST, Manish Jain=20 <bourne.identity@hotmail.com> wrote: >=20 >=20 > On 09/17/17 20:12, Ernie Luzar wrote: >> Looking for a system command that a I can pip a file through to change=20 >> all uppercase content to lower case. >>=20 >> Is there such a command line command? >=20 > cat <file> | tr '[:upper:]' '[:lower:]' >=20 You won the UU Cat Award. Re/ the question itself: man dd matthias --=20 Sent from my Ubuntu phone http://www.unixarea.de/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c9c653b9-aa45-4f59-8172-784ecaf4eedc>