#TIL #unix 파일 크기가 알고 싶을 때 less than 1 minute read $ du -h ~/.emacs.d/init.el 8.0K /Users/ohyecloudy/.emacs.d/init.el $ du -h ~/.emacs.d/init.el | cut -f1 8.0K