How To Find Misspelled Words Form A File In Linux Shell Command Mispelling



How To Find Misspelled Words Form A File In Linux Shell Command Mispelling
 (382) Find work at Home Jobs
How To Find Misspelled Words Form A File In Linux Shell Command Mispelling
Post Description:
Post Tags: how, to, find, misspelled, words, form, a, file, in, linux, shell, command, mispelling
This Post Has Been Viewed 234 Times Since Thu May 03, 2007 4:10 pm Posted By lini with 0 replies
How To Find Misspelled Words Form A File In Linux Shell Command Mispelling
many unix systems contain a spellcheck program that examines files for misspelled words. on some systems, the spell program only reads from input, it cannot open files. lets say i have a file called myusers and i want to find any mispellings in this file, i would run this command

spell < myusers

or

spell -l < myusers

all string in the file that spell does not find in the online dictionary are viewed as misspelled words in the file and are dsiplayed on the screen. in this case, the shell opens the file myusers and connects it to the input of spell. the outpu is not redirected, so the otup is displayed on the screen.

Leave Your Comments     [ dejar commentarios ]
  * Name     [nombre]

  * eMail (will not be published)     [coreo electronico]

* Enter Your Reply or Comments:    [commentarios]


Add Picture To Comments         [incluir foto]
YES NO             upload
Receive Replies on my Comments (An email will be sent to you when someone replies to your comments)

     

Comments and replies About How To Find Misspelled Words Form A File In Linux Shell Command Mispelling




(0) Comments