Answered step by step
Verified Expert Solution
Question
1 Approved Answer
show successful execution within wingide. python What if we could expand that script to include searching? Filename, File Extension and a File Hash Your assignment
show successful execution within wingide. python
What if we could expand that script to include searching? Filename, File Extension and a File Hash Your assignment is to do just that. Allow the user of your script to search for either Filename, File Extension or File Hash and only display the results that match the search criteria. Note, you should provide the broadest possible match based on user input. Think of it like this: you should ask the user for a file extension (e.g. txt), a file name (e.g., test) and/or a file hash. Your script should print a Pretty Table with the columns . . Hashmatch Extmatch Pathmatch All other colums from last week's script (path, size, MAC times, and hash only if it is a match to the user input. What if we could expand that script to include searching? Filename, File Extension and a File Hash Your assignment is to do just that. Allow the user of your script to search for either Filename, File Extension or File Hash and only display the results that match the search criteria. Note, you should provide the broadest possible match based on user input. Think of it like this: you should ask the user for a file extension (e.g. txt), a file name (e.g., test) and/or a file hash. Your script should print a Pretty Table with the columns . . Hashmatch Extmatch Pathmatch All other colums from last week's script (path, size, MAC times, and hash only if it is a match to the user inputStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started