DU(1) | 사용자 명령 | DU(1) |
du - estimate file space usage
du [옵션]... [FILE]...
du [옵션]...
--files0-from=파일
파일 집합과 여러 하위 디렉터리의 장치 사용량을 요약합니다.
긴 옵션의 필수 인자값은 짧은 옵션에서도 마찬가지입니다.
--block-size 옵션에서는 가용 크기 단위에 맞춘 값과 DU_BLOCK_SIZE, BLOCK_SIZE, BLOCKSIZE 환경 변수 값을 출력합니다. 아니면, 단위 기본을 1024 바이트 (또는 POSIXLY_CORRECT를 설정했다면 512) 에 맞춥니다.
크기 인자는 정수값과 추가 단위로 구성합니다 (예: 10K는 10*1024). 단위는 K,M,G,T,P,E,Z,Y,R,Q (1024 배수) 또는 KB,MB,... (1000 배수) 입니다. 이진 접미부의 경우 마찬가지입니다. KiB=K, MiB=M 등과 같습니다.
PATTERN is a shell pattern (not a regular expression). The pattern ? matches any one character, whereas * matches any string (composed of zero, one or multiple characters). For example, *.o will match any files whose names end in .o. Therefore, the command
will skip all files and subdirectories ending in .o (including the file .o itself).
Torbjorn Granlund, David MacKenzie, Paul Eggert, Jim Meyering이(가) 작성함.
GNU coreutils 온라인 도움말:
<https://www.gnu.org/software/coreutils/>
번역 버그는
<https://translationproject.org/team/ko.html>
저작권 © 2023 Free Software Foundation,
Inc. 라이선스 GPLv3+: GNU GPL 버전 3
이상 <https://gnu.org/licenses/gpl.html>.
이 프로그램은 자유
소프트웨어입니다:
자유롭게 바꾸고
재배포할 수 있습니다.
법률이 허용하는 모든
범위내의 보증은
없습니다.
완전한
<https://www.gnu.org/software/coreutils/du>
또는 로컬 문서: info '(coreutils) du
invocation'
이 매뉴얼 페이지의 한국어 번역은 다음에 의해 편집되었습니다:
이 번역은 무료 문서입니다. 저작권 조건에 대해서는 GNU General Public License 버전 3 이상을 읽으십시오. 책임이 없습니다.
이 매뉴얼 페이지의 번역에서 오류를 발견하면 translation-team-ko@googlegroups.com 로 이메일을 보내주십시오.
November 2023 | GNU coreutils 9.4 |