Thanks Roberto, yes, that is elegant even.
:)


From: Roberto Ragusa <mail@robertoragusa.it>
To: users@lists.fedoraproject.org
Sent: Wednesday, January 25, 2017 10:10 AM
Subject: Re: simple echo into multiple files...

On 01/25/2017 03:42 PM, Joe Wulf wrote:
> Bruce,
>
> #  Create two new files
> echo  'b'  |  tee  aa.aa  aaa.aa
>

With wildcard expansion:

echo 'b' | tee *.aa

--
  Roberto Ragusa    mail at robertoragusa.it

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org