Skip to content

Instantly share code, notes, and snippets.

@fishyer
Created August 27, 2022 18:34
Show Gist options
  • Save fishyer/c61dccfdd2d64f7f944e4aefd5931177 to your computer and use it in GitHub Desktop.
Save fishyer/c61dccfdd2d64f7f944e4aefd5931177 to your computer and use it in GitHub Desktop.
# 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