함수 filesize

Jmnote (토론 | 기여)님의 2014년 11월 4일 (화) 14:52 판


1 Bash

stat -c%s /etc/hosts

2 PHP

echo filesize('/etc/hosts');

3 Python

import os
print( os.path.getsize('/etc/hosts') )

4 같이 보기

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