Date: Sun, 17 Sep 2017 15:56:49 +0100 From: Steve O'Hara-Smith <steve@sohara.org> To: freebsd-questions@freebsd.org Subject: Re: case command Message-ID: <20170917155649.e869897ddcc97c3c9d04929c@sohara.org> In-Reply-To: <VI1PR02MB1200B54F7772D37F6BE020F4F6620@VI1PR02MB1200.eurprd02.prod.outlook.com> References: <59BE89E1.3050209@gmail.com> <VI1PR02MB1200B54F7772D37F6BE020F4F6620@VI1PR02MB1200.eurprd02.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 17 Sep 2017 14:50:00 +0000 Manish Jain <bourne.identity@hotmail.com> wrote: > > > On 09/17/17 20:12, Ernie Luzar wrote: > > Looking for a system command that a I can pip a file through to change > > all uppercase content to lower case. > > > > Is there such a command line command? > > cat <file> | tr '[:upper:]' '[:lower:]' That poor overworked cat :) tr '[:upper:]' '[:lower:]' < <file> -- Steve O'Hara-Smith <steve@sohara.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170917155649.e869897ddcc97c3c9d04929c>