반응형
du -sh directory_name #Gives you the summarized(-s) size of the directory in human readable(-h) format
du -bsh * #Gives you the apparent(-b) summarized(-s) size of all the files and directories in the current directory in human readable(-h) format
du -sh directory_name
du -bsh *
알아두자 명령어
이렇게 쓰임
반응형
'명령어 등등' 카테고리의 다른 글
[R] 한글 들어간 dataframe 제대로 저장하는 법 write.csv (0) | 2023.02.04 |
---|---|
vscode를 터미널에서 바로 띄우기 ($ code .) 그리고 에러 해결 (0) | 2022.07.18 |
shell script 에서 for문 쓰기 (loop) (0) | 2022.06.07 |
shell script 폴더 있는지 확인하고 생성하기 (0) | 2022.06.07 |
터미널 쉘에서 해당 폴더에 파일이 몇 개 있는지 확인하는 방법 ls -l | grep ^- | wc -l (0) | 2022.04.06 |
chromedriver 악성코드 에러 xattr -d com.apple.quarantine chromedriver (0) | 2022.03.31 |
git commit message 잘못 썼을 때 되돌리는 방법 / 수정 : git reset --soft HEAD~1 (0) | 2022.03.17 |
맥 mac에서 도커 에러.. Cannot connect to the Docker daemon - 어플리케이션 키자 (0) | 2022.02.15 |