Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

torrus_buildsearchdb(8) [debian man page]

TORRUS_BUILDSEARCHDB(8) 					      torrus						   TORRUS_BUILDSEARCHDB(8)

NAME
buildsearchdb - Build the search database SYNOPSIS
torrus buildsearchdb options... DESCRIPTION
This command indexes the Torrus configuration objects and builds the search index database. One of the three options --tree, --all or --global is required. OPTIONS
--tree=TREE Build the indexes for a given tree. --all Builds the tree indexes for all trees. --global Builds the global index for all trees and also the tree indexes for every tree. In order to use the global search database, the web user should have the permission to display all trees and also it should have the permission for GlobalSearch for all trees, for example: torrus acledit --addgroup=staff --permit=GlobalSearch --for='*' --verbose Prints extra information --help Displays a help message. SEE ALSO
torrus(8) NOTES
See more documentation at Torrus home page: http://torrus.org AUTHOR
Stanislav Sinyagin <ssinyagin@yahoo.com> torrus 2.03 2013-07-26 TORRUS_BUILDSEARCHDB(8)

Check Out this Related Man Page

TORRUS(8)							      torrus								 TORRUS(8)

NAME
torrus - Commandline wrapper for Torrus utilities SYNOPSIS
torrus command [options...] DESCRIPTION
All Torrus utilities use this common command-line wrapper, which simply passes all arguments to the appropriate utility. Accepted commands: acledit cleanup clearcache collector compilexml configinfo configsnapshot devdiscover genddx genlist install_plugin monitor rrddir2xml schedulerinfo srvderive OPTIONS
Refer to approproate manpages for options for each Torrus command. SEE ALSO
torrus_acledit(8), torrus_action_printemail(7), torrus_action_snmptrap(7), torrus_clearcache(8), torrus_collector(8), torrus_compilexml(8), torrus_configinfo(8), torrus_configsnapshot(8), torrus_devdiscover(8), torrus_genddx(8), torrus_monitor(8), torrus_rrddir2xml(8), torrus_schedulerinfo(8) torrus_srvderive(8) NOTES
See more documentation at Torrus home page: http://torrus.org AUTHOR
Stanislav Sinyagin <ssinyagin@yahoo.com> torrus 2.03 2013-07-26 TORRUS(8)
Man Page

10 More Discussions You Might Find Interesting

1. Programming

Directory tree search???

Hi all, I've got a problem, what function do i use to list the contents of all the directory tree (simular to "find")? Any other suggestions? Thank you all (3 Replies)
Discussion started by: solvman
3 Replies

2. UNIX for Dummies Questions & Answers

using sed with indexes

Hi people, Is this possible and if so any tips are very welcome. Im trying to do the following: this is what I have: 800__1__ this is what I want: 8000010 12345678 Im... (1 Reply)
Discussion started by: seaten
1 Replies

3. UNIX for Dummies Questions & Answers

search alrgorithm

dear all, I am having problem writing a shell script to search datas in one file. example of data stored in home/david/database.txt database.txt: ------------ index name sex country 1 david m canada 2 cyntia f england i wish to have a script to ask for user input,... (1 Reply)
Discussion started by: ymeyaw
1 Replies

4. Shell Programming and Scripting

Analyze the indexes and rebuild them

Hello UNIX and Oracle Gurus, After doing an intensive search from different websites, the UNIX forum I am posting this message seeking help.. I am trying to accomplish the following tasks through the shell script: 1. Rebuild indexes on a Table in Oracle 2. Analyze indexes and table... (0 Replies)
Discussion started by: madhunk
0 Replies

5. Programming

How to search in C++ file

Hi, I have a database in binary file format Name Phone_Number I want to search the records on the basis of Name and Phone_number both if the user enter the phone_number then it display the Name of that person and when user enter the Name it should display the Phone_Number. Please send me... (2 Replies)
Discussion started by: krishna_sicsr
2 Replies

6. Solaris

What command can display files in a tree?

Is there a command that displays a certain path of files in a tree just like the dos command 'tree'? (17 Replies)
Discussion started by: Bradj47
17 Replies

7. UNIX for Dummies Questions & Answers

global search and replacement of a non-ascii character

Hi, I need to do a global search and replacement of a non-ascii character. Let me first give the background of my problem. Very frequently, I need to copy set of references from different sources. Typically, a reference would like this: Banumathy et al., 2002 G. Banumathy, V. Singh and U.... (1 Reply)
Discussion started by: effjay
1 Replies

8. Programming

2-4 trees in C

i am trying to write a program in order to learn how to work with trees and especially 2-4 trees. the general idea is that each node is represented by 4 cells and 5 pointers? (maybe 2 arrays then? ) let's suppose that we insert simply int numbers in all cells. firstly we initialize the root... (2 Replies)
Discussion started by: bashuser2
2 Replies

9. UNIX for Dummies Questions & Answers

Using tree to display only certain directories

I want to use tree to display the directory tree. It is easy to use tree -d -L 2 However I would like to run it on specific list of directories. Can such a thing be performed? Example: /media/academic-repo/chrisd/literature tree -d prose -L 2 prose ├── computer-technology... (1 Reply)
Discussion started by: kristinu
1 Replies

10. UNIX for Dummies Questions & Answers

Any 'shortcut' to doing this search for duplicate and print max

Hi, I have a file that contains multiple records of the same database. I need to search for the maximum size of the database. At the moment, I am doing as below: Sample generated file to parse is as below. With the caret (^) delimiter, field 1 is the database name, 2 is the database ID and... (3 Replies)
Discussion started by: newbie_01
3 Replies