Search for large files on Linux from the command line

Search for large files on Linux from the command line

Search for files of 100MB or more under the current directory
$ find ./ -size +100M | xargs ls -lh

Output the size of each file in the current directory (including the directory)
$ ls | xargs du -sh

Output the size of the current directory
$ du -sh

Recommended Posts

Search for large files on Linux from the command line
You search commandlinefu on the command line
Open Chrome version of LINE from the command line [Linux]
Find large files / directories on Linux
Keep getting RSS on the command line
Search for files with the specified extension
How to find large files on Linux
[Linux] Search command
Quickly display the QR code on the command line
Arduino development on the command line: vim + platformio
Syntax highlighting on the command line using Pygments
Convert XLSX to CSV on the command line
Operate Route53 on the command line using AWS-CLI.
Think about the selective interface on the command line
Search for files with line feed code CR + LF under the current directory
Linux command for self-collection
Linux command line shortcut
How to create an article from the command line
Create a QR code for the URL on Linux
Extract files from EC2 storage with the scp command
Multiply PDF by OCR on command line on Linux (Ubuntu)
(Remember quickly) How to use the LINUX command line
Understand the attributes of Linux files (ls -l command)
How to pass arguments when invoking python script from blender on the command line
[Linux] When you want to search for a specific character string from multiple files
Let's search from the procession
Twitter post from command line
Install the JDK on Linux
Search for strings in files
Easy df command on Linux
Linux Command Dictionary (for myself)
"Stop committing Japanese files to git on Mac> <" For the time being, I wrote a script to search for incompatible Japanese files on Mac and Linux.
Paste the link on linux
Google search for the last line of the file in Python
Linux command memorandum [for beginners]
[EC2] How to install and download chromedriver from the command line
Create custom Django commands and run them from the command line
Python standard module that can be used on the command line
Host the network library Mirror for Unity on a Linux server
(For lawyers) Extract the behavior of Office software from .evtx files
Command line tool for Chainer ChainerCMD
Completion of docker command on Linux
[linux] kill command to kill the process
pykintone on Windows Subsystem for Linux
Command for the current directory Python
Install Chrome on the command line on Sakura VPS (Ubuntu) and launch Chrome with python from virtual display and selenium
Get, test, and submit test cases on the command line in the AtCoder contest
Get options in Python from both JSON files and command line arguments
The --security option cannot be used with the dnf command on CentOS Linux
Get the list of packages for the specified user from the packages registered on PyPI
Search for synonyms from the word list (csv) using Python Japanese WordNet
Look up your Mac's Wi-Fi network name (SSID) on the command line
Create a command to search for similar compounds from the target database with RDKit and check the processing time
Push notifications to your smartphone from the Linux command line or scripts. (Introduction of a tool called ntfy)
Implement the shortest path search for the maze
Ask for Pi with the bc command
Find files like find on linux in Python
[Linux command summary] Command list [Must-see for beginners]
[Linux] How to use the echo command
Status check command used (sometimes) on linux
How to use the Linux grep command