[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: substituindo maiuscula por minuscula



#!/bin/bash

for i in `cat services`;
	do
	 echo "teste $i | tr [:upper:] [:lower:]" ;

done

Também funciona ;)


Reply to: