#author("2019-07-08T11:27:09+09:00","default:Miyashita","Miyashita")
#author("2019-07-08T11:27:24+09:00","default:Miyashita","Miyashita")
*ディレクトリの容量を計算する [#ica82f8c]
#codeprettify{{
du -hs hogehoge # ディレクトリ名指定
}}
#codeprettify{{
du -hs `ls -1` # カレントにあるファイル・ディレクトリをまとめて実行
}}

-du
 -h : 見やすい接頭語(GBのG,MBのMなど)をつけて表示
 -s : ディレクトリを一つにまとめて計算

Front page   Edit Diff Attach Copy Rename Reload   New List of pages Search Recent changes   Help   RSS of recent changes