Skip to content

patent-ed/find-files-of-variable-fileType

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

find-files-of-variable-fileType

find files of variable fileType The script will search your machine for files with the specified file type and save the results in a CSV file named by timestamp and file type under /Users/Shared directory.

Keep in mind that searching the entire file system may take a long time, depending on the number of files on your machine. You can limit the search to specific directories by changing the starting path in the "find" command. For example, to search only in the user's home directory, replace the / in find / -type f with the path to the desired directory, like find /Users/username -type f.

About

find files of variable fileType

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages