-
Notifications
You must be signed in to change notification settings - Fork 0
License
surendra1302/Python_Scripts
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
import os
for root, dir, files in os.walk("/home/ubuntu"):
for file in files:
if file.startswith('LICENSE'):
print(f"{root}/{file}")
About
No description, website, or topics provided.
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published