Amazing-Python-Scripts

Форк
0

README.md

Searching Specific files

Using the os.walk() module function and match filenames with the fnmatch module. It walks the tree top-down or bottom-up to create file names in a directory tree. It returns a 3-tuple for each directory in the tree rooted at directory top, including top itself, i.e., dirpath, dirnames, filenames.

Prerequisites

  • Python 3.x

Usage

  1. Clone the repository or download the searching_specific_files.py file.

  2. Open a terminal or command prompt and navigate to the directory where the file is located.

  3. Run the following command to start the program:

    python searching_specific_files.py

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.