-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Gilberto F da Silva escreveu:
>   Vou renomear os arquivos de .txt para .asc   tentei usar o mv porém, ele 
> renomeia apenas um arquivos por vez.  Há alguma solução mais prática do
> que fazer um script para isso?

Digite isso no diretório onde existem os arquivos .txt:
for i in $(ls *.txt); do mv $i $i.asc; done

Isso renomeará TUDO .txt para .txt.asc

Mas antes, renomeie somente um e teste com o Kgpg para ver se ele
descriptografará corretamente.

Att,
Renato
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFITHOxrf2L358fCLsRApXTAJ91gITCXoO+2MF9HJl7V8NNtHWI7ACeKx7n
6wB5JyUfCmHx0DAfyJrcWZs=
=qzmv
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Responder a