Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- resource
- lsof
- import
- Windows
- context
- find
- plugin
- ssh
- GIT
- JavaScript
- web.xml
- Mac
- bash
- IntelliJ
- xargs
- 네트워크
- Quartz
- profile
- Source
- maVen
- VirtualBox
- Eclipse
- vscode
- netsh
- Windows 10
- 단축키
- tomcat
- grep
- 줄바꿈 문자
- port
Archives
- Today
- Total
develog
[mac] du depth 1 본문
## human-readable, depth 1
du -hd1
## 용량 내림차순
du -d1 batch/* | sort -nr
## 용량이 MB, GB 인 것만 출력
du -hd1 batch/* | sort -nr | grep -E 'M|G'
'OS & Shell > Mac' 카테고리의 다른 글
[mac] .vimrc 설정 (0) | 2020.11.27 |
---|---|
[mac] 터미널에서 date 로 날짜 바꾸기 (0) | 2020.11.27 |
[mac] port open check (0) | 2020.11.24 |
[mac] SQL Developer 실행안됨 (0) | 2020.11.23 |
[mac] JDK 설정 (0) | 2020.11.22 |
Comments