Browse Source

touch: change link (#5550)

marchersimon 4 years ago
parent
commit
64814bb7ba

+ 1 - 1
pages.es/common/touch.md

@@ -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:
 

+ 1 - 0
pages.hi/common/touch.md

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

+ 1 - 0
pages.id/common/touch.md

@@ -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:
 

+ 1 - 0
pages.pt_BR/common/touch.md

@@ -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:
 

+ 1 - 0
pages.pt_PT/common/touch.md

@@ -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:
 

+ 1 - 0
pages.zh_TW/common/touch.md

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

+ 1 - 1
pages/common/touch.md

@@ -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: