touch: change link (#5550)

add-set-more-info-link.py
marchersimon 2021-03-30 09:15:08 +02:00 committed by GitHub
parent a0e1beab9b
commit 64814bb7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# touch
> Cambia el tiempo de accesso y modificación de un archivo (atime, mtime).
> Más información: <https://man7.org/linux/man-pages/man1/touch.1.html>.
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/touch-invocation.html>.
- Crea un archivo nuevo o cambia los tiempos de archivos existentes al tiempo actual:

View File

@ -1,6 +1,7 @@
# touch
> एक फ़ाइल का उपयोग और संशोधन समय (atime, mtime) बदलें।
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/manual/html_node/touch-invocation.html>.
- एक नई खाली फ़ाइल बनाएं (मौजूदा फ़ाइल के लिए समय बदल दें):

View File

@ -1,6 +1,7 @@
# touch
> Mengubah waktu akses (atime) dan waktu modifikasi (mtime) dari sebuah file.
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/manual/html_node/touch-invocation.html>.
- Membuat file baru yang kosong atau mengubah waktu file yang telahj ada ke waktu sekarang:

View File

@ -2,6 +2,7 @@
> Atualizar as timestamps de um arquivo para a hora atual.
> Se o arquivo não existir, cria um arquivo vazio, a menos que seja passado o parâmetro -c ou -h.
> Mais informações: <https://www.gnu.org/software/coreutils/manual/html_node/touch-invocation.html>.
- Criar um novo arquivo vazio, ou atualizar as timestamps para a hora atual:

View File

@ -2,6 +2,7 @@
> Atualizar as timestamps de um ficheiro para a hora atual.
> Se o ficheiro não existir, cria um ficheiro vazio, a menos que seja passado o parâmetro -c ou -h.
> Mais informações: <https://www.gnu.org/software/coreutils/manual/html_node/touch-invocation.html>.
- Criar um novo ficheiro vazio, ou atualizar as timestamps para a hora atual:

View File

@ -1,6 +1,7 @@
# touch
> 改變檔案的存取與修改時間。
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/touch-invocation.html>.
- 建立新檔案,或更新現存檔案的存取與修改時間:

View File

@ -1,7 +1,7 @@
# touch
> Change a file access and modification times (atime, mtime).
> More information: <https://man7.org/linux/man-pages/man1/touch.1.html>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/touch-invocation.html>.
- Create a new empty file(s) or change the times for existing file(s) to current time: