当前位置:网站首页>Shell command notes
Shell command notes
2022-06-13 01:42:00 【lainegates】
View the size of each file in the current directory
du -sh .
# or
du -h -d 1 . # -d Represent recursion layers
The files in the current folder are sorted by size
du -h . | sort -h
Find files in the current folder that are larger than 1M The file of
find . -type f -size +1M -exec du -h {} \; # “+” representative “ Greater than ”,“-” representative “ Less than ”
边栏推荐
- H5 open the app. If the app is not downloaded, jump to the download page. If the app has been downloaded, wake up the app
- [learn FPGA programming from scratch -22]: Advanced chapter - Architecture - Design and modeling of FPGA internal hardware circuit
- 开发者来稿|AMD赛灵思中文论坛分享 - 提问的智慧
- Idea installation tutorial
- leetcode743. 网络延迟时间(中等, dijkstra)
- Golang context (context summary)
- pytorch : srcIndex < srcSelectDimSize
- Anims of phaser3
- Camera model_
- A problem discovery and attempted solution to the strange stop of server script
猜你喜欢

Stm32 3*3 matrix key (register version)

Temporary objects and compilation optimization

Matplotlib drawing Chinese garbled code

A problem discovery and attempted solution to the strange stop of server script

Startup, connection and stop of MySQL service

什么是立体角

项目实训(十七)---个人工作总结

如何通过受众群体定位解决实际问题?

五、库存查询功能的完善

水管工遊戲
随机推荐
FSOs forest simulation optimization model learning notes
谷歌的智能出价有几种?
DFS and BFS notes (II): depth first search (implemented in C language)
[Stanford Jiwang cs144 project] lab1: streamreassembler
Leetcode question brushing 06 bit operation
开发者来稿|AMD赛灵思中文论坛分享 - 提问的智慧
Three paradigms of database
白噪声的详细理解
[andoid][step pit]cts 11_ Testbootclasspathandsystemserverclasspath at the beginning of R3_ Analysis of nonduplicateclasses fail
This of phaser3 add. add. image
Leetcode 01 array
[WSL2]WSL2迁移虚拟磁盘文件ext4.vhdx
[projet cs144 de Stanford Computing Network] lab1: Stream reassembler
Page optimization - Notes
受众群体应该选择观察模式还是定位模式?
Startup, connection and stop of MySQL service
Transaction characteristics and isolation levels
Logical operation bit operation
Stm32 3*3 matrix key (register version)
如何利用您的自有数据来实现营销目标?