On Wed, Jan 25, 2017 at 8:02 AM, bruce <badoug...@gmail.com> wrote:

> I know one can write a quick bash/shell loop.. any other ways?
>

for $file in *.aa; do
    echo 'b' > $file;
done

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

Reply via email to