Created
May 18, 2013 02:06
-
-
Save Sorseg/5602976 to your computer and use it in GitHub Desktop.
Count all files in . and subfolders of .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os; print sum(len(f) for _,_,f in os.walk(".")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
что это за ,,