/bin/search.sh
index
the search binary is used to find files and folders on the hard disk, it's alias is "find"

usage:
search filename

output:
prints every file or folder matching the filename string, can be parts of a file or extentions

eg: "search *.sh" searches for all files ending with ".sh"