du: remove placeholder braces (#21916)

This commit is contained in:
Nelson Figueroa
2026-04-06 18:01:13 -07:00
committed by GitHub
parent 74924feb10
commit 57cee0f1bc
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -25,4 +25,4 @@
- Lista el tamaño legible de todos los archivos `.jpg` en los subdirectorios del directorio actual y muestra un total acumulado al final:
`du -ch {{*/*.jpg}}`
`du -ch */*.jpg`
+1 -1
View File
@@ -25,4 +25,4 @@
- 현재 폴더의 하위 폴더에 있는 모든 `.jpg` 파일의 사람이 읽기 쉬운 크기를 나열하고, 마지막에 누적 합계 표시:
`du -ch {{*/*.jpg}}`
`du -ch */*.jpg`
+1 -1
View File
@@ -25,4 +25,4 @@
- Lista o tamanho legível de todos os arquivos `.jpg` nos subdiretórios do diretório atual e exibe um total cumulativo no final:
`du -ch {{*/*.jpg}}`
`du -ch */*.jpg`
+1 -1
View File
@@ -25,4 +25,4 @@
- 列出当前目录子目录中所有.jpg 文件的可读大小,并在末尾显示累计总数:
`du -ch {{*/*.jpg}}`
`du -ch */*.jpg`
+1 -1
View File
@@ -25,4 +25,4 @@
- 以人類可讀形式列出目前目錄子目錄中所有 `.jpg` 檔案的大小,並在最後顯示累積總數:
`du -ch {{*/*.jpg}}`
`du -ch */*.jpg`