Browsing Japanese translation

38 of 123 results
38.
The <command>rm</command> will remove or delete a file in your directory (<acronym>rm</acronym> stands simply for "remove"). It will not work on directories which have files in them. To remove directories, you can use <command>rm -r</command>. The <emphasis>r</emphasis> stands for <emphasis>recursive</emphasis>. For example: <screen>rm -r foo</screen> will remove the directory named foo and all of its contents.
<command>rm</command> はディレクトリにあるファイルを削除します(<acronym>rm</acronym> は "remove"の略)。ファイルが保存されているディレクトリを削除することはできません。ディレクトリを削除するには、<command>rm -r</command>を使用します。 <emphasis>r</emphasis> は再帰的(<emphasis>recursive</emphasis>)という意味です。 <screen>rm -r foo</screen>はfooという名前のディレクトリとその中のすべての内容を削除します。
Translated and reviewed by CMasami
Located in basic-commands/C/basic-commands.xml:263(para)
38 of 123 results

This translation is managed by Ubuntu Japanese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.