From 3f4cdca8154289e35d84bcaa11af47492531af76 Mon Sep 17 00:00:00 2001 From: jessie-pang <35220454+jessie-pang@users.noreply.github.com> Date: Fri, 23 Feb 2018 15:59:59 +0800 Subject: [PATCH] Update 20180102 How To Find (Top-10) Largest Files In Linux.md --- .../20180102 How To Find (Top-10) Largest Files In Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20180102 How To Find (Top-10) Largest Files In Linux.md b/sources/tech/20180102 How To Find (Top-10) Largest Files In Linux.md index 7e5d8c82a5..77c6238c9c 100644 --- a/sources/tech/20180102 How To Find (Top-10) Largest Files In Linux.md +++ b/sources/tech/20180102 How To Find (Top-10) Largest Files In Linux.md @@ -1,3 +1,5 @@ +Translating by jessie-pang + How To Find (Top-10) Largest Files In Linux ====== When you are running out of disk space in system, you may prefer to check with df command or du command or ncdu command but all these will tell you only current directory files and doesn't shows the system wide files.