디렉토리 안에 있는 특정 패턴의 파일들의 합계를 구하는 방법
# du -sg ./test_* | awk '{ total += $1 }; END {print total}'
783.42
# du -sg ./test_*
28.81 ./test_01.app
28.81 ./test_02.app
28.81 ./test_03.app
28.81 ./test_04.app
28.81 ./test_05.app
28.81 ./test_06.app
28.81 ./test_07.app
28.81 ./test_09.app
28.81 ./test_10.app
28.81 ./test_11.app
28.81 ./test_12.app
28.81 ./test_13.app
28.81 ./test_14.app
28.81 ./test_15.app
28.81 ./test_16.app
28.81 ./test_17.app
29.88 ./test_18.app
28.81 ./test_19.app
28.81 ./test_20.app
28.81 ./test_21.app
28.81 ./test_22.app
28.81 ./test_23.app
28.81 ./test_24.app
28.81 ./test_25.app
28.81 ./test_26.app
10.74 ./test_27.app
10.74 ./test_28.app
10.74 ./test_29.app
29.88 ./test_8.app
'Server Engineer > AIX' 카테고리의 다른 글
AIX 8자리 이상 비밀번호 인식시키기 (0) | 2024.03.01 |
---|---|
AIX에서 nameserver 사용 관련 설정 (0) | 2023.01.09 |
AIX에서 메모리 점유가 높은 프로세스 찾기 (0) | 2022.12.19 |
lspv에서 GPFS 정보가 맞지 않을때 수정하기 (0) | 2022.08.25 |
AIX 7.1 in QEMU on Windows (0) | 2021.07.13 |