ncdu로 내 컴퓨터를 청소할 시간
https://dev.yorhel.nl/ncdu
rofl0r / NCDU
"NCurses 디스크 사용"의 비공식 포크
ncdu 1.15.1 =========== DESCRIPTION ncdu (NCurses Disk Usage) is a curses-based version of the well-known 'du', and provides a fast way to see what directories are using your disk space REQUIREMENTS In order to compile and install ncdu, you need to have at least... - a POSIX-compliant operating system (Linux, BSD, etc) - curses libraries and header files INSTALL The usual: ./configure --prefix=/usr make make install If you're building directly from the git repository, make sure you have perl (or rather, pod2man), pkg-config and GNU autoconf/automake installed, then run 'autoreconf -i', and you're ready to continue with the usual ./configure and make route. COPYING Copyright (c) 2007-2020 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute,…
설치
$ sudo apt-get install ncdu # Ubuntu(Debian)
$ brew install ncdu # with Homebrew
$ sudo port install ncdu # with MacPorts
사용하는 방법
두 가지 쉬운 사용 방법이 있습니다
ncdu
.하나는 내용을 알고 싶은 디렉토리로 이동하는 것이고, 다른 하나는 그 디렉토리를 파라미터로 전달하는 것입니다.
$ pwd
/Users/koji/Documents/github
# way 1 (/Users/koji/Documents/github/TypeScript)
$ cd TypeScript
$ ncdu
# way 2
$ pwd
/Users/koji/Documents/github
$ ncdu TypeScript
그런 다음 화살표 키를 사용하여 디렉토리를 디렉토리로 이동할 수 있습니다.
위/아래: 디렉토리 선택
왼쪽: 디렉토리 밖으로 이동
오른쪽: 디렉터리에서 이동
컴퓨터에서 어떤 폴더/파일이 공간을 차지하고 있는지 이해할 수 있습니다. 결과는 정말 간단하고 성능이 매우 좋습니다.
해피 홀리데이!!!
Reference
이 문제에 관하여(ncdu로 내 컴퓨터를 청소할 시간), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/0xkoji/time-to-clean-my-machine-with-ncdu-4add텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)