diff --git a/glob/README.md b/glob/README.md index cc0deed..fe5f005 100644 --- a/glob/README.md +++ b/glob/README.md @@ -1,4 +1,8 @@ # [glob](https://docs.python.org/3/library/glob.html) : Finding files in a directory +{:.no_toc} + +* TOC +{:toc} ## Goal We want to deal with many files in a directory. What is an easy way to get the filename in a directory?