UNIX Command Example: spell - Display Spelling Mistakes in Contents of a File
Logon to UNIX command prompt then copy & past the bellow code to get some interesting result:
spell country.txt | tail -7
Here "spell" is the command to Display Spelling Mistakes in the content of a file or result set. "country.txt" is the file holding country list of the world. "| tail -7" Display last 7 lines of spelled content. If everything went well we should get some interesting result as follows:
No comments:
Post a Comment
leave your comments here..