zoukankan
html css js c++ java
linux查看当前文件夹下每个文件大小
查看当前文件夹下每个文件大小
并会给出当前文件大小总和,后面加具体的文件名会显示具体的文件大小
ls -lht
把*换成具体的文件名会显示具体的文件大小
du -sh *
查看全文
相关阅读:
python 编码与解码
python 写文件
python 文件读写
python 异常处理
python 断言
C++的可移植性和跨平台开发
Python中subprocess学习
Python 的web自动化测试
CookieJar和HTTPCookieProcessor
python3爬虫
原文地址:https://www.cnblogs.com/z-x-y/p/9767321.html
最新文章
poj 2096 Collecting Bugs
Codeforces 828F Best Edge Weight
Codeforces 700B Connecting Universities
NOIP 2016 蚯蚓 (luogu 2827 & uoj 264)
NOIP 2016 换教室 (luogu 1850 & uoj 262)
python3+requests+BeautifulSoup+mysql爬取豆瓣电影top250
FYF的煎饼果子
P1443 马的遍历
P3368 (模板)树状数组2
P3378 (模板)并查集
热门文章
P1067
P1426
P2141
P1579
P1478
python 内存修改
python 控制窗体的位置和大小
python 控制窗体的显示和隐藏
python os模块
python list-tuple-dict-set的文件操作
Copyright © 2011-2022 走看看