Created
August 27, 2022 18:34
-
-
Save fishyer/c61dccfdd2d64f7f944e4aefd5931177 to your computer and use it in GitHub Desktop.
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
# traverseDirWithProcess(path,myProcess) | |
# files = glob.glob('*.md') | |
# if files: | |
# files.remove('_index.md') | |
# for f in files: | |
# date = getDate(f).isoformat() | |
# print(date) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment