mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 11:45:59 +02:00
du: add more information link (#5605)
This commit is contained in:
parent
206703144d
commit
5ba367c2dd
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# du
|
# du
|
||||||
|
|
||||||
> 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/manual/html_node/du-invocation.html>.
|
||||||
|
|
||||||
- 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/KB/MB):
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# du
|
# du
|
||||||
|
|
||||||
> ディスク使用状況: ファイルとディレクトリの使用量の概算を表示します。
|
> ディスク使用状況: ファイルとディレクトリの使用量の概算を表示します。
|
||||||
|
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/manual/html_node/du-invocation.html>.
|
||||||
|
|
||||||
- 指定した単位(B/KB/MB)でディレクトリおよびサブディレクトリのサイズを表示します。
|
- 指定した単位(B/KB/MB)でディレクトリおよびサブディレクトリのサイズを表示します。
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# du
|
# du
|
||||||
|
|
||||||
> 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/manual/html_node/du-invocation.html>.
|
||||||
|
|
||||||
- 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/KB/MB):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue