Browsing Low German translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Low German guidelines.
2130 of 104 results
25.
The <command>ls</command> command will allow you to see the files in the directory you are in (<acronym>ls</acronym> stands simply for "list"). Used with certain options, you can see sizes of files, when files where made, and permissions of files. For example, typing <screen>ls ~</screen> will show you the files that are in your home directory. Examples:
(no translation yet)
Located in basic-commands/C/basic-commands.xml:174(para)
26.
To list all the files (including hidden files), type: <screen>ls -a</screen>
(no translation yet)
Located in basic-commands/C/basic-commands.xml:186(para)
27.
To list information in a long format, type: <screen>ls -l</screen>. This will include information about permissions, owner, and last modification time.
(no translation yet)
Located in basic-commands/C/basic-commands.xml:192(para)
28.
To list your root patition, type: <screen>ls /</screen>
(no translation yet)
Located in basic-commands/C/basic-commands.xml:199(para)
29.
To list one time per line, type: <screen>ls -1</screen>
(no translation yet)
Located in basic-commands/C/basic-commands.xml:205(para)
31.
The <command>cp</command> command will make a copy of a file for you (<acronym>cp</acronym> stands simply for "copy"). For example, type: <screen>cp file foo</screen> to make a exact copy of <filename>file</filename> and name it <filename>foo</filename>, but the file <filename>file</filename> will still be there.
(no translation yet)
Located in basic-commands/C/basic-commands.xml:214(para)
32.
mv
(no translation yet)
Located in basic-commands/C/basic-commands.xml:202(title)
33.
<command>mv</command>: The <command>mv</command> command will move a file to a different location or will rename a file (<acronym>mv</acronym> stands simply for "move"). Examples:
(no translation yet)
Located in basic-commands/C/basic-commands.xml:227(para)
34.
To rename a file named <filename>file</filename> to <filename>foo</filename>, type: <screen>mv file foo</screen>.
(no translation yet)
Located in basic-commands/C/basic-commands.xml:236(para)
35.
To move the file <filename>foo</filename> to your <filename class="directory">Desktop</filename>, type: <screen>mv foo ~/Desktop</screen>. This will move foo but will not rename it. You must specify a new file name to rename a file.
(no translation yet)
Located in basic-commands/C/basic-commands.xml:242(para)
2130 of 104 results

This translation is managed by Ubuntu Low German Translators, assigned by Ubuntu Translators.

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

Contributors to this translation: Jens Maucher.