Bash disk_total_space

Jmnote (토론 | 기여)님의 2023년 2월 26일 (일) 02:17 판 (새 문서: ==개요== {{DISPLAYTITLE:Bash disk_total_space}} ;Bash disk_total_space <syntaxhighlight lang='bash' run> df -B1 --output=size / </syntaxhighlight> <syntaxhighlight lang='bash' run>...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

Bash disk_total_space
df -B1 --output=size /
df --block-size=1 --output=size /
df --block-size=1 --output=size / | sed 1d

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}