::C o m a n d o s B á s i c o s ::
mv - move ou renomeia arquivos
Sintaxe:
mv [-fi] filename1 filename2
mv [-fi] directory1 directory2
mv [-fi] filename... directory
Opções:
-f: força
-i: interativo
Exemplo:
exemplo% mv velho novo
exemplo% mv -i teste1 teste2 teste3 teste
exemplo% mv -f teste1 teste2 teste3 teste
::
Anterior
::
Inicial
::
Próxima
::