Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

spell(1) [debian man page]

SPELL(1)						      General Commands Manual							  SPELL(1)

NAME
spell - GNU spell, a Unix spell emulator SYNOPSIS
spell [options] files ... DESCRIPTION
This manual page documents briefly the spell command. This manual page was written for the Debian GNU/Linux distribution (but may be used by others), because the original program does not have a manual page. Instead, it has documentation in the GNU Info format; see below. spell is a program that emulates the traditional Unix spell command by calling the Ispell utility. It is a spell checking program which prints each misspelled word on a line of its own. OPTIONS
The programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options are included below. For a complete description, see the Info files. -I, --ispell-version Print Ispell's version. -V, --version Print the version number. -b, --british Use the British dictionary. -d, --dictionary=FILE Use FILE to look up words. -h, --help Print a summary of the options. -i, --ispell=PROGRAM Calls PROGRAM as Ispell. -D, --ispell-dictionary=DICTIONARY Use the named DICTIONARY to look up words. -l, --all-chains Ignored; for compatibility. -n, --number Print line numbers before lines. -o, --print-file-name Print file names before lines. -s, --stop-list=FILE Ignored; for compatibility. -v, --verbose Print words not literally found. -x, --print-stems Ignored; for compatibility. SEE ALSO
The programs are documented fully by GNU Spell, a clone of Unix `spell', available via the Info system. AUTHOR
This manual page was written by Dominik Kubla <dominik@debian.org>, for the Debian GNU/Linux system. SPELL(1)

Check Out this Related Man Page

podspell(1)															       podspell(1)

NAME
podspell - a formatter for spell checking Pod(Plain Old Documentation format) SYNTAX
podspell <filename.pm> DESCRIPTION
podspell is an implementation of Pod::Spell(3pm); it is a Pod formatter whose output is good for spell checking. podspell could be use to pipe an output to spell(1) or ispell(1), or can be use to redirect the output to a file (ej. > temp.txt ), and then open the text file in your word processor for spell-checking. podspell is provided by Pod::Spell Module package. AUTHORS
This manual page was written by Rene Mayorga <rmayorga@debian.org.sv> for the Debian system (but may be used by others). Permis- sion is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. SEE ALSO
Pod::Spell(3pm) Debian Project 23 Oct. 2007 podspell(1)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

unix toolkit for VB

How can i have a VB program use Unix technology to print to a Dazzle print server? In other words I have text files that I want to use a VB program I'm writing thats on our windows 2000 nt side print and move text to our Unix server to a Unix Dazzle print server? Also do I need to download any... (13 Replies)
Discussion started by: marklane1
13 Replies

2. UNIX for Dummies Questions & Answers

Please Help!!!!

I am new to all this Unix & Linux things, can somebody please tell me, is there a diff between Linux and Unix , or is it the same thing ( Programs) ? Thanks, :o (4 Replies)
Discussion started by: Polymorphous
4 Replies

3. Linux

can C language received information from Linux/Unix

Hi ! Can C -langauge interface with Unix/Linux? Currently i have written a application for SMS using C programing. I would like to know if i am able to receive information from Unix/Linux so that it can activate the application. (5 Replies)
Discussion started by: JOHNSON
5 Replies

4. UNIX for Dummies Questions & Answers

Extracting Info

i have a file that contain lines like this 9.4.7.8.5.7.9.0.5.7.1.2.msisdn.sub.cs. 1 IN CNAME SDP01.cs. there are about 50,000 lines like this in the files i want to the extract the digits from the above line like:- 947857905712 OS Solaris9 (3 Replies)
Discussion started by: muneebr
3 Replies

5. Shell Programming and Scripting

grep the line only if next line matches

Hi I have an Input of following sort AAAA: ProgName="PROGRAM" BBBB: ProgName="BBBBBB" CCCC: DDDD: ProgName="PROGRAM" SSSS: ProgName="PROGRAM" ZZZZ: ProgName="PROGRAM" I want to find the Lines which are followed by ProgName="PROGRAM" Out Put AAAA: (11 Replies)
Discussion started by: pbsrinivas
11 Replies

6. Shell Programming and Scripting

Shell Sript - Spell Checker Assign

Hi Folks. I am currently working on a script that has to spell check a file and print the output to the screen in 2 columns like this. INCORRECT CORRECTION whio who weahter weather The file will allow the user to override the ispell command and save any... (9 Replies)
Discussion started by: ccfc1986
9 Replies

7. Programming

How to clear the content of a pipe (STDIN) after it is written to another program?

PROGRAM A <-> PROGRAM B PROGRAM A sends data as STDIN ro PROGRAM B and when PROGRAM B is executed from PROGRAM A, it sends output back to PROGRAM A. This is implemented using 2 pipes (fd1 & fd2). The above process happens in a loop and during the second run, the previous data that had been... (10 Replies)
Discussion started by: vvaidyan
10 Replies

8. UNIX for Dummies Questions & Answers

overlapping words on command line

i tried resize command , but it's not working...... (4 Replies)
Discussion started by: gaurav123
4 Replies

9. Windows & DOS: Issues & Discussions

XP as a program on Unix/Linux system?

I am sure this question has been asked and answered before, also, if it is the wrong catergory, please let me know. I would like to know how, if possible to run Unix/Linux as my operating system, and then load XP as a program? (I am open to other operating systems, but it has to be able to... (3 Replies)
Discussion started by: mountainwolf
3 Replies

10. Shell Programming and Scripting

Building a Linux like LS for Unix

I'm trying to customize my environment at work in a Unix system. So I'm starting with the ls command... I'd like to make it run as the Linux ls... Even in color, if possible... My first problem is to make the file listing brake in columns... In fact, the actual ls from Unix does this, but... (3 Replies)
Discussion started by: 435 Gavea
3 Replies

11. What is on Your Mind?

Most deadly commands on Unix/Linux !!

lets list the most deadly commands on Unix/Linux and what they do.... > sudo rm -rf / (27 Replies)
Discussion started by: Rahulpict
27 Replies

12. SuSE

automate ispell

Hello!! Is posible to automate ispell?? I have a lot of misspelled text and I want to launch a script that runs ispell choosing for example the first option, all that automatically. Is possible?? Thanks :) (4 Replies)
Discussion started by: elblo
4 Replies

13. Shell Programming and Scripting

Ispell Script Run Errors

I am going to get straight to the point. I am writing a script that acts as a simple spell checker using ispell. This script makes a list of mispelled words and prompts the user if he or she would like to correct the word or type in there corrections. When I run the script it does not read the list... (5 Replies)
Discussion started by: Boltftw
5 Replies

14. Programming

Hiding commnd line arguments in ps command on Linux

Hi Unix lovers, I am trying to seek an explanation for a simple looking code - why it works? I found below program which hide command line argument in ps command. #include <string.h> int main(int argc, char **argv) { // process command line arguments.... // hide command... (4 Replies)
Discussion started by: shriashishpatil
4 Replies