Skip to content

Commit

Permalink
df: add traditional Chinese translation (#8626)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueskyson authored Oct 2, 2022
1 parent e771ca4 commit 517c704
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages.zh_TW/common/df.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# df

> 概述檔案系統的磁碟空間的使用情況。
> 更多資訊:<https://www.gnu.org/software/coreutils/df>.
- 顯示所有檔案系統及磁碟使用情況:

`df`

- 以人類可讀的形式顯示所有檔案系統及磁碟使用情況:

`df -h`

- 顯示包含給定檔案或目錄的檔案系統及其磁碟的使用情況:

`df {{檔案或目錄/完整/路徑}}`

- 顯示未被使用的 inode 數量的統計資訊:

`df -i`

- 顯示檔案系統但排除指定類型:

`df -x {{squashfs}} -x {{tmpfs}}`

0 comments on commit 517c704

Please sign in to comment.