diff --git a/pages.de/common/du.md b/pages.de/common/du.md index 30e7edfa4..b9175cb36 100644 --- a/pages.de/common/du.md +++ b/pages.de/common/du.md @@ -3,7 +3,7 @@ > Disk usage: Plattenplatzverbrauch von Dateien und Verzeichnissen ermitteln. > Weitere Informationen: . -- 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}}` diff --git a/pages.it/common/du.md b/pages.it/common/du.md index 48ead46ba..f355ba738 100644 --- a/pages.it/common/du.md +++ b/pages.it/common/du.md @@ -3,7 +3,7 @@ > Utilizzo del disco: stima e riassumi lo spazio utilizzato da file e directory. > Maggiori informazioni: . -- 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}}` diff --git a/pages.ja/common/du.md b/pages.ja/common/du.md index 48ece1ca8..a07139ff0 100644 --- a/pages.ja/common/du.md +++ b/pages.ja/common/du.md @@ -3,7 +3,7 @@ > ディスク使用状況: ファイルとディレクトリの使用量の概算を表示します。 > 詳しくはこちら: -- 指定した単位(B/KB/MB)でディレクトリおよびサブディレクトリのサイズを表示します。 +- 指定した単位 (B/KiB/MiB) でディレクトリおよびサブディレクトリのサイズを表示します。 `du -{{b|k|m}} {{path/to/directory}}` diff --git a/pages.nl/common/du.md b/pages.nl/common/du.md index 215a3b19c..1c1a8cfb9 100644 --- a/pages.nl/common/du.md +++ b/pages.nl/common/du.md @@ -3,7 +3,7 @@ > Disk gebruik: schat en groepeer bestand en directory ruimte gebruik. > Meer informatie: . -- 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}}` diff --git a/pages.nl/osx/du.md b/pages.nl/osx/du.md index debfcdc8b..2045c4a06 100644 --- a/pages.nl/osx/du.md +++ b/pages.nl/osx/du.md @@ -3,7 +3,7 @@ > Disk gebruik: schat en groepeer bestand en directory ruimte gebruik. > Meer informatie: . -- 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}}` diff --git a/pages.zh/osx/du.md b/pages.zh/osx/du.md index 6112d5690..071124445 100644 --- a/pages.zh/osx/du.md +++ b/pages.zh/osx/du.md @@ -3,7 +3,7 @@ > 磁盘使用率:估计和汇总文件和目录空间使用率。 > 更多信息:. -- 以给定单位(kb/mb/gb)列出目录和所有子目录的大小: +- 以给定单位(KiB/MiB/GiB)列出目录和所有子目录的大小: `du -{{k|m|g}} {{目标文件夹}}` diff --git a/pages/common/du.md b/pages/common/du.md index f0fdaf4df..6e0a5279c 100644 --- a/pages/common/du.md +++ b/pages/common/du.md @@ -3,7 +3,7 @@ > Disk usage: estimate and summarize file and directory space usage. > More information: . -- 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}}` diff --git a/pages/osx/du.md b/pages/osx/du.md index d4b2dee35..2855c2356 100644 --- a/pages/osx/du.md +++ b/pages/osx/du.md @@ -3,7 +3,7 @@ > Disk usage: estimate and summarize file and directory space usage. > More information: . -- 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}}`