摘要:
1 #!/usr/bin/env python 2 #_*_ coding:utf-8 _*_ 3 #计算整个目录的大小,脚本接受-H参数,来加上适当的单位 4 #功能像du看齐 5 6 import os,sys 7 from optparse import OptionParser 8 9 10 def option(): 11 parser = Op... 阅读全文
posted @ 2017-05-03 15:42
SpeicalLife
阅读(452)
评论(0)
推荐(0)

浙公网安备 33010602011771号