Find Out Top Ten Largest Files in Linux
du -a | sort -nr | head -10
-a : all files, not just directory.
-n: sort by string numeric value.
-r: reverse the order. By default, sort is in the ascending order.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/638844/viewspace-775343/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How to Find Out How Much Space an Index is UsingIndex
- Top Ten Performance Mistakes Found in Oracle Systems. (文件 ID 858539.1)ORMOracle
- 【MOS】Top Ten Performance Mistakes Found in Oracle Systems. (文件 ID 858539.1)ORMOracle
- Top Ten Traps in C# for C++ Programmers中文版(下篇) (轉)C#C++
- Linux findLinux
- linux find命令Linux
- linux find 命令Linux
- linux find 命令!Linux
- linux udev Rules files 理解Linuxdev
- Linux - find與grepLinux
- linux之shell findLinux
- Linux find commandLinux
- linux/unix find命令Linux
- Ten examples of git-archiveGitHive
- Split Array Largest Sum
- Linux find 命令詳解Linux
- Linux find命令詳解Linux
- linux find command studyLinux
- Linux精講——find命令Linux
- linux find詳解(轉)Linux
- Linux topLinux
- 辛星淺析ruby下的mkmf.rb can't find header files for ruby atHeader
- LeetCode:Largest NumberLeetCode
- linux下的find 和 grepLinux
- 【Linux】find指令和grep指令!!!Linux
- Linux find常見用法示例Linux
- 如何在 Linux 中使用 findLinux
- linux find depth引數理解Linux
- Linux 常用基本命令 findLinux
- Unable to Find Sources for Current Linux KernelLinux
- (轉)Linux find命令詳解Linux
- Linux下find命令詳解Linux
- Linux Find 命令精通指南Linux
- Linux top命令Linux
- Hadoop學習三十六:使用BulkLoad時Bulk load operation did not find any filesHadoop
- LeetCode-Largest NumberLeetCode
- Initialization Parameter Files and Server Parameter Files (287)Server
- Linux/Unix重要find命令詳解Linux