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