Translations by Cyn

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

12 of 2 results
42.
The <command>touch</command> command is used either to change a file's access and modification timestamps or to create a new empty file. For example, <screen>touch foo</screen> will create a new empty file named <filename>foo</filename>. If <filename>foo</filename> is already a file, then using <command>touch</command> will update the timestamps on the file which will show the last time a file was <emphasis>touched</emphasis>.
2010-09-27
El comando <command>touch</command> es utilizado para modificar las últimas fechas de acceso de lectura/escritura del archivo, o para crear un nuevo archivo vacío. Por ejemplo, <screen>touch foo</screen> creará un nuevo archivo de nombre <filename>foo</filename>. Si <filename>foo</filename> ya existe como archivo, utilizando el comando <command>touch</command> se actualizarán las fechas de los últimos accesos.
44.
The <command>mkdir</command> command is used to create a new directory (<acronym>mkdir</acronym> stands for <quote>make directory</quote>). To create a new directory named <filename class="directory">foobar</filename>, type: <screen>mkdir foobar</screen>
2010-09-27
El comando <command>mkdir</command> es utilizado para crear un nuevo directorio (<acronym>mkdir</acronym> es un acrónimo del inglés <quote>make directory</quote>). Para crear un nuevo directorio bajo el nombre <filename class="directory">foobar</filename>, ingresar: <screen>mkdir foobar</screen>