Linux command for searching and locating files and directories
Compile the .c
file using the following command:
gcc search.c -o search
Next, move the executable search
file (the output of the previous command) to your /usr/bin
folder so that you can execute the command anywhere.
mv search /usr/bin
Use the command search --help
to view the different options:
search --help