Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 355 Bytes

File metadata and controls

10 lines (8 loc) · 355 Bytes

SearchFilesLinux

Creating a linux search file method using C

Compilation

gcc -o factorize factorize.c -lgmp -lm

Execution

search [Directory_path] [-Options] [File_Name] where Directory_path is the starting directory and File_Name is the searched file name.

Help

Execute search to show the different options of the search command