du: fix wrong byte units (#7131)

beep
marchersimon 2021-10-21 22:34:54 +02:00 committed by GitHub
parent b37b6755b8
commit 0ddea62ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
> Disk usage: Plattenplatzverbrauch von Dateien und Verzeichnissen ermitteln. > Disk usage: Plattenplatzverbrauch von Dateien und Verzeichnissen ermitteln.
> Weitere Informationen: <https://www.gnu.org/software/coreutils/du>. > Weitere Informationen: <https://www.gnu.org/software/coreutils/du>.
- Liste die Größe von Verzeichnissen und Unterverzeichnissen in den gegebenen Einheiten (B/KB/MB) auf: - Liste die Größe von Verzeichnissen und Unterverzeichnissen in den gegebenen Einheiten (B/KiB/MiB) auf:
`du -{{b|k|m}} {{pfad/zu/verzeichnis}}` `du -{{b|k|m}} {{pfad/zu/verzeichnis}}`

View File

@ -3,7 +3,7 @@
> Utilizzo del disco: stima e riassumi lo spazio utilizzato da file e directory. > Utilizzo del disco: stima e riassumi lo spazio utilizzato da file e directory.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/du>. > Maggiori informazioni: <https://www.gnu.org/software/coreutils/du>.
- Elenca le dimensioni di una directory ed ogni sotto-directory, nell'unità specificata (B/KB/MB): - Elenca le dimensioni di una directory ed ogni sotto-directory, nell'unità specificata (B/KiB/MiB):
`du -{{b|k|m}} {{percorso/alla/directory}}` `du -{{b|k|m}} {{percorso/alla/directory}}`

View File

@ -3,7 +3,7 @@
> ディスク使用状況: ファイルとディレクトリの使用量の概算を表示します。 > ディスク使用状況: ファイルとディレクトリの使用量の概算を表示します。
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/du> > 詳しくはこちら: <https://www.gnu.org/software/coreutils/du>
- 指定した単位(B/KB/MB)でディレクトリおよびサブディレクトリのサイズを表示します。 - 指定した単位 (B/KiB/MiB) でディレクトリおよびサブディレクトリのサイズを表示します。
`du -{{b|k|m}} {{path/to/directory}}` `du -{{b|k|m}} {{path/to/directory}}`

View File

@ -3,7 +3,7 @@
> Disk gebruik: schat en groepeer bestand en directory ruimte gebruik. > Disk gebruik: schat en groepeer bestand en directory ruimte gebruik.
> Meer informatie: <https://www.gnu.org/software/coreutils/du>. > Meer informatie: <https://www.gnu.org/software/coreutils/du>.
- Toont de grootte van een directory en mogelijke sub-directories, met een gegeven eenheid (B/KB/MB): - Toont de grootte van een directory en mogelijke sub-directories, met een gegeven eenheid (B/KiB/MiB):
`du -{{b|k|m}} {{pad/naar/directory}}` `du -{{b|k|m}} {{pad/naar/directory}}`

View File

@ -3,7 +3,7 @@
> Disk gebruik: schat en groepeer bestand en directory ruimte gebruik. > Disk gebruik: schat en groepeer bestand en directory ruimte gebruik.
> Meer informatie: <https://ss64.com/osx/du.html>. > Meer informatie: <https://ss64.com/osx/du.html>.
- Toont de grootte van een directory en mogelijke sub-directories, met een gegeven eenheid (KB/MB/GB): - Toont de grootte van een directory en mogelijke sub-directories, met een gegeven eenheid (KiB/MiB/GiB):
`du -{{k|m|g}} {{pad/naar/directory}}` `du -{{k|m|g}} {{pad/naar/directory}}`

View File

@ -3,7 +3,7 @@
> 磁盘使用率:估计和汇总文件和目录空间使用率。 > 磁盘使用率:估计和汇总文件和目录空间使用率。
> 更多信息:<https://ss64.com/osx/du.html>. > 更多信息:<https://ss64.com/osx/du.html>.
- 以给定单位(kb/mb/gb)列出目录和所有子目录的大小: - 以给定单位(KiB/MiB/GiB)列出目录和所有子目录的大小:
`du -{{k|m|g}} {{目标文件夹}}` `du -{{k|m|g}} {{目标文件夹}}`

View File

@ -3,7 +3,7 @@
> Disk usage: estimate and summarize file and directory space usage. > Disk usage: estimate and summarize file and directory space usage.
> More information: <https://www.gnu.org/software/coreutils/du>. > More information: <https://www.gnu.org/software/coreutils/du>.
- List the sizes of a directory and any subdirectories, in the given unit (B/KB/MB): - List the sizes of a directory and any subdirectories, in the given unit (B/KiB/MiB):
`du -{{b|k|m}} {{path/to/directory}}` `du -{{b|k|m}} {{path/to/directory}}`

View File

@ -3,7 +3,7 @@
> Disk usage: estimate and summarize file and directory space usage. > Disk usage: estimate and summarize file and directory space usage.
> More information: <https://ss64.com/osx/du.html>. > More information: <https://ss64.com/osx/du.html>.
- List the sizes of a directory and any subdirectories, in the given unit (KB/MB/GB): - List the sizes of a directory and any subdirectories, in the given unit (KiB/MiB/GiB):
`du -{{k|m|g}} {{path/to/directory}}` `du -{{k|m|g}} {{path/to/directory}}`