(→같이 보기) |
(→PHP) |
||
(사용자 3명의 중간 판 5개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
[[category: File]] | [[category: File]] | ||
;filesize | |||
;os.path.getsize | |||
==Bash== | ==Bash== | ||
[[category: Bash]] | [[category: Bash]] | ||
< | <syntaxhighlight lang='Bash'> | ||
stat -c%s /etc/hosts | stat -c%s /etc/hosts | ||
</ | </syntaxhighlight> | ||
< | <syntaxhighlight lang='Bash'> | ||
ls -l /etc/hosts | awk '{print $5}' | ls -l /etc/hosts | awk '{print $5}' | ||
</ | </syntaxhighlight> | ||
<syntaxhighlight lang='Bash'> | |||
du -b /etc/hosts | awk '{print $1}' | |||
</syntaxhighlight> | |||
==PHP== | ==PHP== | ||
[[category: PHP]] | [[category: PHP]] | ||
< | {{참고|PHP filesize()}} | ||
<syntaxhighlight lang='PHP'> | |||
echo filesize('/etc/hosts'); | echo filesize('/etc/hosts'); | ||
</ | </syntaxhighlight> | ||
==Python== | ==Python== | ||
[[category: Python]] | [[category: Python]] | ||
< | <syntaxhighlight lang='Python'> | ||
import os | import os | ||
print( os.path.getsize('/etc/hosts') ) | print( os.path.getsize('/etc/hosts') ) | ||
</ | </syntaxhighlight> | ||
==Perl== | |||
[[category: Perl]] | |||
<syntaxhighlight lang='Perl'> | |||
print -s '/etc/hosts'; | |||
</syntaxhighlight> | |||
==같이 보기== | ==같이 보기== | ||
*[[함수 filemtime]] | |||
*[[리눅스 stat]] | *[[리눅스 stat]] | ||
*[[리눅스 ls]] | *[[리눅스 ls]] |
2023년 2월 28일 (화) 12:02 기준 최신판
- filesize
- os.path.getsize
1 Bash[ | ]
Bash
Copy
stat -c%s /etc/hosts
Bash
Copy
ls -l /etc/hosts | awk '{print $5}'
Bash
Copy
du -b /etc/hosts | awk '{print $1}'
2 PHP[ | ]
PHP filesize() 문서를 참고하십시오.
PHP
Copy
echo filesize('/etc/hosts');
3 Python[ | ]
Python
Copy
import os
print( os.path.getsize('/etc/hosts') )
4 Perl[ | ]
Perl
Copy
print -s '/etc/hosts';
5 같이 보기[ | ]
로그인하시면 댓글을 쓸 수 있습니다.
- 분류 댓글:
- Python (25)
- PHP (8)
- Bash (3)
리눅스 Python 2.7 컴파일 설치 ― …리눅스 Python 2.7 컴파일 설치 ― …리눅스 Python 2.7 컴파일 설치 ― …리눅스 Python 2.7 컴파일 설치 ― …리눅스 Python 2.7 컴파일 설치 ― Jmnote리눅스 Python 2.7 컴파일 설치 ― ㅇㅇㅇ미운코딩새끼 ― 승호 도령미운코딩새끼 ― 불탄고등어미운코딩새끼 ― 김레이미운코딩새끼 ― 호박이미운코딩새끼 ― Junhg0211미운코딩새끼 ― 김왼손미운코딩새끼 ― 용딘이미운코딩새끼 ― Pinkcrimson유기농냠냠파이썬 ― 호박유기농냠냠파이썬 ― 이에스유기농냠냠파이썬 ― 이승현파이썬 global ― Jmnote파이썬 global ― John Jeong파이썬 global ― Jmnote파이썬 global ― John Jeong파이썬 global ― John Jeong파이썬 global ― John Jeong파이썬 global ― Jmnote파이썬 global ― John Jeong