Post

bash 파일 사이즈 체크 하는법

터미널에서 파일 사이즈 체크하기

1
du -sh --si [file_name]
  • du : 디스크 사용량을 보여주는 명령어
  • -h 옵션 : 사람이 읽기 쉬운 형식으로 사이즈를 표시해줌
  • --si 옵션 : GiB 단위로 보고 싶을때
This post is licensed under CC BY 4.0 by the author.

© Subin Cho. Some rights reserved.

Using the Chirpy theme for Jekyll.