Summary of disk usage In [7]: subprocess.call('du -hs $HOME', shell=True) 28G /Users/ngift Out[7]: 0 One interesting trick to point out with Subprocess is ...
確定! 回上一頁