You can use the following tools to search and sort files.
egrep
Extended version of grep .
fgrep
Searches files for literal words.
find
Searches the system for filenames.
grep
Searches files for text patterns.
locate
Faster version of find ; however, it depends on a database that is periodically updated by the weekly cron job in /etc/weekly . If the database is out of date, find is more accurate.
sort
Sorts a file (use - n for numeric sorting, -u to eliminate duplicates).