![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ispell-fo 0.2.33 (Default branch) | iBot | Software Releases - RSS News | 0 | 07-07-2008 07:10 PM |
| ispell-da 1.6.14 (Default branch) | iBot | Software Releases - RSS News | 0 | 05-30-2008 11:10 AM |
| ispell-da 1.6.13 (Default branch) | iBot | Software Releases - RSS News | 0 | 04-24-2008 05:00 AM |
| ispell-da 1.6.12 (Default branch) | iBot | Software Releases - RSS News | 0 | 03-18-2008 08:10 AM |
| ispell | hassan2 | SuSE | 1 | 08-26-2004 01:36 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
quick ispell help
Hi, I am trying to write a script that calls ispell (my linux version doesn't have aspell) on a file and runs from there. Pretty much looks like this at the beginning: Code:
#!/bin/bash # script that will spell check a file read -p "Enter a file name: " fileName ispell fileName I just want this to prompt for a filename, then run ispell on that file. Also note that I do know you can just type $ ispell file and it will run, but I want it to run this way. Any help for this beginner? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|