mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
cp: fix placeholder in description (#22374)
Co-authored-by: Lena Pastwa <lena@lnps.me>
This commit is contained in:
@@ -31,6 +31,6 @@
|
||||
|
||||
`cp {{[-L|--dereference]}} {{enlace}} {{ruta/al/directorio_de_destino}}`
|
||||
|
||||
- Utiliza el primer argumento como directorio de destino (útil para `xargs ... | cp -t <DEST_DIR>`):
|
||||
- Utiliza el primer argumento como directorio de destino (útil para `xargs ... | cp -t destination_directory`):
|
||||
|
||||
`cp {{[-t|--target-directory]}} {{ruta/al/directorio_de_destino}} {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}`
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
`cp {{[-L|--dereference]}} {{tautan}} {{jalan/menuju/direktori_tujuan}}`
|
||||
|
||||
- Gunakan argumen pertama sebagai direktori tujuan (berguna untuk perintah seperti `xargs ... | cp -t <DIR_TUJUAN>`):
|
||||
- Gunakan argumen pertama sebagai direktori tujuan (berguna untuk perintah seperti `xargs ... | cp -t destination_directory`):
|
||||
|
||||
`cp {{[-t|--target-directory]}} {{path/to/direktori_tujuan}} {{jalan/menuju/berkas_atau_direktori1 jalan/menuju/berkas_atau_direktori2 ...}}`
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
`cp {{[-L|--dereference]}} {{link}} {{caminho/para/diretório_destino}}`
|
||||
|
||||
- Usa o primeiro argumento como o diretório destino (útil para `xargs ... | cp -t <DIR_DEST>`):
|
||||
- Usa o primeiro argumento como o diretório destino (útil para `xargs ... | cp -t destination_directory`):
|
||||
|
||||
`cp {{[-t|--target-directory]}} {{caminho/para/diretório_destino}} {{caminho/para/arquivo_ou_diretório1 caminho/para/arquivo_ou_diretório2 ...}}`
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
`cp {{[-L|--dereference]}} {{இணைப்பு}} {{நகல்/அடைவிற்குப்/பாதை}}`
|
||||
|
||||
- முதல் வாதத்தை இலக்கு கோப்பகமாகப் பயன்படுத்தவும் (`xargs ... | cp -t <DEST_DIR>`):
|
||||
- முதல் வாதத்தை இலக்கு கோப்பகமாகப் பயன்படுத்தவும் (`xargs ... | cp -t destination_directory`):
|
||||
|
||||
`cp {{[-t|--target-directory]}} {{நகல்/அடைவிற்குப்/பாதை}} {{கோப்பு_அல்லது_அடைவு1/பாதை கோப்பு_அல்லது_அடைவு2/பாதை ...}}`
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
|
||||
`cp -L {{link}} {{dizin/yol/hedef_dizin}}`
|
||||
|
||||
- İlk bağımsız değişkeni hedef dizin olarak kullanın ('xargs ... | cp -t <DEST_DIR>' için kullanışlıdır):
|
||||
- İlk bağımsız değişkeni hedef dizin olarak kullanın (`xargs ... | cp -t destination_directory` için kullanışlıdır):
|
||||
|
||||
`cp -t {{dizin/yol/hedef_dizin}} {{dizin/yol/dosya_veya_dizin1 dizin/yol/dosya_veya_dizin2 ...}}`
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
`cp {{[-L|--dereference]}} {{链接}} {{路径/到/目标_目录}}`
|
||||
|
||||
- 使用第一个参数作为目标目录(对于 `xargs ... | cp -t <目标_目录>` 这样的命令非常有用):
|
||||
- 使用第一个参数作为目标目录(对于 `xargs ... | cp -t 目标_目录` 这样的命令非常有用):
|
||||
|
||||
`cp {{[-t|--target-directory]}} {{路径/到/目标目录}} {{路径/到/文件或目录1 路径/到/文件或目录2 ...}}`
|
||||
|
||||
Reference in New Issue
Block a user