Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

update-default-wordlist(8) [debian man page]

UPDATE-DEFAULT-WORDLIST(8)												UPDATE-DEFAULT-WORDLIST(8)

NAME
update-default-wordlist - update default wordlist SYNOPSIS
update-default-wordlist [--dico-postinst] [--triggered] DESCRIPTION
WARNING: Not to be used from the command line unless you know very well what you are doing. This program is intended to be called from wordlist package postinst, from select-default-wordlist or from dictionaries-common postinst (with --dico-postinst). When called under dpkg control without the --dico-postinst option, a dictionaries-common trigger is enabled to be run later. In the triggered run (or when is called from the command line or with --trigger option), reads the system default from the debconf database and set default links in /etc/dictionaries-common pointing to the appropriate files in /usr/share/dict/. and rebuilds the /var/cache/dictionaries-common/wordlist.db from the files in /var/lib/dictionaries-common/wordlist When called from from dictionaries-common postinst with --dico-postinst symlinks creation step will be skipped and trigger not enabled. OPTIONS
--dico-postinst Do not enable trigger nor try to set default symlinks. --triggered Run all the code instead of trying to enable update-default-wordlist trigger SEE ALSO
The dictionaries-common policy document AUTHORS
Rafael Laboissiere Agustin Martin Domingo 1.12.11 2013-1-22 UPDATE-DEFAULT-WORDLIST(8)

Check Out this Related Man Page

INSTALLDEB-HUNSPELL(1)													    INSTALLDEB-HUNSPELL(1)

NAME
installdeb-hunspell - debhelper-like utility for maintainers of Debian packages SYNOPSIS
installdeb-hunspell [debhelper options] DESCRIPTION
installdeb-hunspell is a debhelper like program that is responsible for installing appropriate debhelper snippets in a package, according to the Debian Spell Dictionaries and Tools Policy. For more details, see /usr/share/doc/dictionaries-common-dev/dsdt-policy.txt.gz The actions executed by installdeb-hunspell are the following: o Maintainer Scripts installdeb-hunspell installs the necessary scraps of code in the postinst and postrm scripts. o Language info file installdeb-hunspell also checks a file containing information, called debian/info-hunspell or debian/package.info-hunspell. If this file is successfully parsed, it is installed in the /var/lib/dictionaries-common/hunspell directory. o Debconf files As opposed to installdeb-ispell and installdeb-wordlist, neither installdeb-aspell nor installdeb-hunspell do anything related to debconf files, since both aspell and hunspell rely on the environment variable "LANG" for default dictionary selection instead of using symlinks set after a debconf question on dictionary installation. For that reason if you need to add debconf stuff with debhelper to your aspell or hunspell dictionary package do it in the usual way and call dh_installdebconf(1) as for any other package. OPTIONS
The usual dephelper(1) options are accepted. NOTES
This program is not part of debhelper, although it is intended to be used in hunspell dictionary packages using debhelper in its building. SEE ALSO
debhelper(1) This program is part of the dictionaries-common-dev package. It is intended to be used by maintainers of hunspell dictionary packages for Debian. See the documentation under /usr/share/doc/dictionaries-common-dev. AUTHORS
Rafael Laboissiere, Agustin Martin 1.12.11 2013-1-22 INSTALLDEB-HUNSPELL(1)
Man Page

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

batch or wordlist search and replace in one file

Hello Experts! I've become perplexed as to why I can't get this to work and have given up the male "I can do it" attitude. I am asking the unix experts. The script I am writing involves reading a file that contains thousands of keywords (not csv), just one line after another of keywords and... (1 Reply)
Discussion started by: zerobreach.com
1 Replies

2. Shell Programming and Scripting

Execute shell script from plsql trigger

Hi, I have been assigned a job which requires me to send mails from unix(Mailx) upon on certain actions triggered in the database. On insert/update of a certain field into one of the database tables the shell script present in Unix box responsible to send mail though mailx needs to be triggered... (7 Replies)
Discussion started by: hemant.bs11
7 Replies

3. UNIX and Linux Applications

update trigger

hi all, i hope i am posting this /beginner) question in the right forum: i want to create an update trigger, which rolls back a transaction if a record of a table is updated. the table has - amongst others - a field 'statusid' - if a record in this table has the statusid X and it is attempted... (0 Replies)
Discussion started by: kalinkula
0 Replies

4. Shell Programming and Scripting

Unexpected results when triggered from cron

Following script gives different results when triggered from Cron compared to when triggered from command line. It is not able to assign values to some variables when triggered from cron. Can any one help? Its a very simple script Script - #! /bin/ksh sFile=$1 sEnv=$2 sWaitFile=$3... (1 Reply)
Discussion started by: sumeet
1 Replies

5. Shell Programming and Scripting

Need help in GREP command.....

Hi UNIX Gurus, I want to grep the WHERE clause mentioned in the SQL like below or from all the complez queries having this kind of logic. Basic intention is to check the record count impacted by the SQL (mentioned below). I am using this SQL, grep its where clause and creating another SELECT... (18 Replies)
Discussion started by: ustechie
18 Replies

6. UNIX for Dummies Questions & Answers

Unexpected Behaviour from grepping Text File

Hi! I recently downloaded a wordlist file called 2of12.txt, which is a wordlist of common words, part of the 12dicts package. I've been getting unexpected results from grepping it, such as getting no matches when clearly there ought to be, or returns that are simply wrong. Par exemple: egrep... (4 Replies)
Discussion started by: sudon't
4 Replies

7. Post Here to Contact Site Administrators and Moderators

Question About Posting

A couple of questions, actually. I wanted to ask the community where I might find a large, up-to-date dictionary wordlist. I figure that this is a likely place to find someone with this answer. I'm not looking for a cracking wordlist, but rather, one derived from an actual dictionary. Like most of... (2 Replies)
Discussion started by: sudon't
2 Replies

8. Shell Programming and Scripting

Copying files

All, I need to grab and rename common files from several unique directory structures. For example, the directory structures looks like: /unique_dir/common/common/common/person_name_dir/common_file.txt There are over 90,000 of these text files that I'd like to put in a single directory as... (5 Replies)
Discussion started by: hburnswell
5 Replies

9. Programming

MYSQL - trigger update on record insert or update

Right I have a MYSQL database with table1 with 3 columns, colA, colB and colC. I want to combine the data in the 3 columns into a 4th column names col_comb. Here's the SQL command that works: UPDATE table1 SET `col_comb` = CONCAT( `colA` , ' - ', `colB` , ', ', `colC` ); So now I want this... (5 Replies)
Discussion started by: barrydocks
5 Replies

10. Shell Programming and Scripting

Email need to be triggered

hi, Currently, in my code, the errors are written in log file. Additionally, i need to trigger the email of error captured. can we modify this script with email triggered along with existing command. echo "ERROR: $SCRIPT: $*" >>$LOGFILE (1 Reply)
Discussion started by: gowthamsoft
1 Replies