shell-script-pt
[Top][All Lists]
Advanced

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

Re: Erro usando o laço for


From: itamarnet
Subject: Re: Erro usando o laço for
Date: 24 Oct 2014 11:36:09 -0700

Pra que o ls??


for x in *.{html,txt,pdf,doc,css}  

do

    echo "<a href="" $x </a> <br />" >> index.html

    echo "Arquivo $x listado."


done


Só isso basta?


[]'s

Itamar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]