using echo 'text' > file (to add to last line of several documents)

mike hoy mhoy06 at gmail.com
Wed Oct 20 23:27:06 MST 2010


one last thing:

echo 'text' >> 1.php 2.php 3.php

or

echo 'text' >> *.php

would be nice, but don't work any input on that? or am I to write a bash
script?


On Wed, Oct 20, 2010 at 11:24 PM, mike hoy <mhoy06 at gmail.com> wrote:

> ah nice, thanks
>
> On Wed, Oct 20, 2010 at 11:25 PM, der.hans <PLUGd at lufthans.com> wrote:
>
>> Am 20. Oct, 2010 schwätzte mike hoy so:
>>
>>
>>  is it possible to simply add text to the bottom of multiple files or even
>>> one?
>>>
>>
>> Append (>>) rather than truncate (>).
>>
>>
>>  for example let's say I want to add to the bottom of several files:
>>>
>>> <?php include("../includes/footer.php"); ?> to the bottom of 1.php
>>>
>>> echo '<?php include("../includes/footer.php"); ?>' > 1.php
>>>
>>
>> echo '<?php include("../includes/footer.php"); ?>' >> 1.php
>>
>> ciao,
>>
>> der.hans
>> --
>> #  http://www.LuftHans.com/        http://www.LuftHans.com/Classes/
>> #  Passwords are like underwear. You don't share them, you don't hang them
>> on
>> #  your monitor, or under your keyboard, you don't email them, or put them
>> on
>> #  a web site, and you must change them very often. -- Unknown
>> ---------------------------------------------------
>> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
>> To subscribe, unsubscribe, or to change your mail settings:
>> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>>
>
>
>
> --
> Mike Hoy
>
>
>


-- 
Mike Hoy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.PLUG.phoenix.az.us/pipermail/plug-discuss/attachments/20101020/bbc5e3b3/attachment.html>


More information about the PLUG-discuss mailing list