Skip to content
/ Search Public

Linux command for searching and locating files and directories.

License

Notifications You must be signed in to change notification settings

TMKE/Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Search Command

Linux command for searching and locating files and directories

How to Compile and Execute

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

Usage

Use the command search --help to view the different options:

search --help

image

About

Linux command for searching and locating files and directories.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages