Sponsored Content
Full Discussion: automate ispell
Operating Systems Linux SuSE automate ispell Post 302358862 by sysgate on Monday 5th of October 2009 03:56:17 AM
Old 10-05-2009
Since I don't know your OS and version of ispell, can you please show me a desired output or how a session should look like ? The best way, or at least I can think of, is using expect, which is suitable for automating tasks by avoiding user interactions.
 

2 More Discussions You Might Find Interesting

1. SuSE

ispell

I tried to install ispell on my suse linux 8.2 do do spell cheking for my webmail but I issue rpm -Uvh ispell-3.2.06-266.i586.rpm i get the following error message error: failed dependencies: libc.so.6(GLIBC_2.3) is needed by ispell-3.2.06-266 I also try to install... (1 Reply)
Discussion started by: hassan2
1 Replies

2. Shell Programming and Scripting

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: #!/bin/bash # script that will spell check a file read -p "Enter a file name: " fileName ispell fileName I just... (3 Replies)
Discussion started by: negzero7
3 Replies
LEININGEN(1)						      General Commands Manual						      LEININGEN(1)

NAME
lein - Automate Clojure projects SYNOPSIS
lein [TASK [ARGS] [, TASK2 [ARGS] ...]] DESCRIPTION
Leiningen is for automating Clojure projects without setting your hair on fire. Working on Clojure projects with tools designed for Java can be an exercise in frustration. With Leiningen, you just write Clojure. TASKS
lein help will show the complete list of tasks, while lein help TASK shows usage for a specific one. lein help tutorial has a detailed walk-through of the various tasks, but the most commonly-used are: lein new NAME generate a new project skeleton lein test [TESTS] run the tests in the TESTS namespaces, or all tests lein repl launch an interactive REPL session and socket server lein jar package up the whole project as a .jar file lein install [NAME VERSION] install a project CONFIGURATION
Leiningen reads its configuration from the project.clj file in your project root. Either use lein new to create a fresh project from which to work, or see the exhaustive list of configuration options with lein help sample. You can also have user-level configuration that applies for all projects. The ~/.lein/init.clj file will be loaded every time Leiningen launches; any arbitrary code may go there. This code is executed inside Leiningen itself, not in your project. Set the :repl-init key in project.clj to point to a namespace if you want code executed inside your project. You can also manage user-level plugins with the plugin task; see lein help plugin BUGS
Check https://github.com/technomancy/leiningen/issues to see if your problem is a known issue. If not, please open a new issue on that site or join the mailing list at http://groups.google.com/group/leiningen/. Please include the output of lein version as well as your project.clj file and as much of the relevant code from your project as possible. COPYING
Copyright (C) 2009-2011 Phil Hagelberg and contributors. Distributed under the Eclipse Public License, the same as Clojure uses. See the file /usr/share/doc/leiningen/copyright. AUTHOR
This manpage is written by Phil Hagelberg <technomancy@gmail.com> 2011 June 30 LEININGEN(1)
All times are GMT -4. The time now is 02:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy