From 6a2ef2ff8f0c2b75cf4f5636e0a66464fbdc596d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9F=922012?= <345849402@qq.com> Date: Fri, 9 Nov 2018 17:02:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Linux=E5=B8=B8=E7=94=A8?= =?UTF-8?q?=E5=91=BD=E4=BB=A4.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 服务器/Linux常用命令.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/服务器/Linux常用命令.md b/服务器/Linux常用命令.md index 502b2c0..c7211b7 100644 --- a/服务器/Linux常用命令.md +++ b/服务器/Linux常用命令.md @@ -1,3 +1,5 @@ 1)查看某个文件夹的总容量 -du -sh \ No newline at end of file +``` +du -sh +```