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 | 31 |
Tags
- 네트워크
- bash
- GIT
- xargs
- plugin
- ssh
- netsh
- Eclipse
- Source
- 단축키
- JavaScript
- grep
- find
- lsof
- IntelliJ
- port
- resource
- maVen
- Mac
- tomcat
- VirtualBox
- import
- 줄바꿈 문자
- Windows 10
- vscode
- profile
- context
- Quartz
- Windows
- web.xml
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