FIND And SORT Commands In DOS

FIND Command :
Find is an external command. Finds and reports the locations of a specific stream of characters in 1 or more file.
Syntax : C:\>FIND (the file name)

SORT Command :
To shory the file names an drive A and send the output a new file commands stands follows.
C:\SORT ABC D:XYZ
The following command reads a text file sort the content and displays it on the screen.