case command

Manish Jain bourne.identity at hotmail.com
Sun Sep 17 14:50:04 UTC 2017



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:]'

Regards
Manish Jain



More information about the freebsd-questions mailing list