Translations by André Marra

André Marra has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

12 of 2 results
34.
To navigate through multiple levels of directories at once, specify the full directory path that you want to go to. For example, type: <screen>cd /var/www</screen> to go directly to the <filename class="directory">/www</filename> subdirectory of <filename class="directory">/var/</filename>. As another example, type: <screen>cd ~/Desktop</screen> to move you to the <filename class="directory">Desktop</filename> subdirectory inside your home directory.
2008-03-11
Para navegar através de múltiplos níveis de diretórios de uma vez, especifique o caminho completo do diretório que você quer ir. Por exemplo, digite: <screen>cd /var/www</screen> para ir diretamente ao subdiretório <filename class="directory">/www</filename> de <filename class="directory">/var/</filename>. Como outro exemplo, digite: <screen>cd ~/Desktop</screen> para mover-se ao subdiretório <filename class="directory">Desktop</filename> dentro do seu diretório home.
47.
By default, <command>rm</command> will not remove directories. To remove a directory, you must use the <command>-R</command> option. For example, <screen>rm -R foobar</screen> will remove the directory foobar, <emphasis role="strong">and all of its contents!</emphasis>
2008-03-11
Por padrão, o <command>rm</command> não irá remover diretórios. Para remover um diretório, você deve usar a opção <command>-R</command>. Por exemplo, <screen>rm -R foobar</screen> irá remover o diretório foobar, <emphasis role="strong">e todo o seu conteúdo!</emphasis>