ncdu로 내 컴퓨터를 청소할 시간

3360 단어 macosclilinux
2020년이 얼마 남지 않았습니다(솔직히 2020년은 저에게 가장 힘든 해 중 하나입니다) 어쨌든 2021년 이전에 내 기계를 청소하는 것이 좋을 수 있습니다.

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






그런 다음 화살표 키를 사용하여 디렉토리를 디렉토리로 이동할 수 있습니다.

위/아래: 디렉토리 선택



왼쪽: 디렉토리 밖으로 이동



오른쪽: 디렉터리에서 이동





컴퓨터에서 어떤 폴더/파일이 공간을 차지하고 있는지 이해할 수 있습니다. 결과는 정말 간단하고 성능이 매우 좋습니다.

해피 홀리데이!!!

좋은 웹페이지 즐겨찾기