Sponsored Content
Full Discussion: Cancelling Reorgvg
Operating Systems AIX Cancelling Reorgvg Post 302358155 by bakunin on Thursday 1st of October 2009 12:25:49 PM
Old 10-01-2009
I have taken the liberty to change the threads title to make it easier to find when someone searches for archived solutions.

bakunin
 

3 More Discussions You Might Find Interesting

1. AIX

reorgvg

hello I have launched a reorgvg this week end, on a logical volume Before the reorgvg, I had: disk5 disk6 disk7 disk8 I have defined the lv with "maximum" disk, and launch the reorgvg Now i have: disk5 disk6 disk7 disk8 disk11 disk12 disk14 I don't understand why there are 3... (0 Replies)
Discussion started by: pascalbout
0 Replies

2. UNIX for Dummies Questions & Answers

[Solved] Cancelling print jobs for an entire month

Hi pals, Pls tel me how to cancel print jobs for an entire month (ex : sept)? lpstat -oLBNDUIP061 | grep -i Sep is listing me hundreds of jobs. Thanks in Advance, Satish Video tutorial on how to use code tags in The UNIX and Linux Forums. (22 Replies)
Discussion started by: satish51392111
22 Replies

3. AIX

reorgvg in AIX

Hello, I'm trying to understand what is the practical usage of this command. In IBM website I've found that: Reorganizes the physical partition allocation for a volume group. In which situation should I use it? Could you give me some example. Thanks, p (1 Reply)
Discussion started by: pitmod
1 Replies
NBIBFIND(1)						      General Commands Manual						       NBIBFIND(1)

NAME
nbibfind - find bibliography entries for BibTeX or NbibTeX SYNOPSIS
nbibfind [-terse|-full|-bib] query [bibname...] DESCRIPTION
nbibfind searches for BibTeX entries using the same query algorithm as NbibTeX. If the optional list of bibnames is given, it searches only those bibliographies; otherwise, it searches all bibliographies on the user's BIBINPUTS (or on the standard system path). The lan- guage of query is that of nbibtex(1). OPTIONS
-terse Print a one-line summary of each matched entry (the default). -full Print a longer summary of each matched entry, including full authors, year, and title, possibly spread over multiple lines. -bib Print each entry in a form suitable for including in a .bib file. EXAMPLES
nbibfind author=knuth:series=art-programming:volume=2 nbibfind knuth:seminumerical personal.bib nbibfind harper-moggi:phase nbibfind :essence-algol nbibfind :essence-functional QUERY LANGUAGE
The query language is that of nbibtex(1). A query consists of a sequence of one or more constraints separated by colons. A constraint may be empty. A nonempty constraint is of the form key=words, where key is the name of a field in the NbibTeX entry and words is a sequence of one or more words separated by dashes. The contraint is satisfied if every word in words is found in the field named by key. (The key may also be [type], which matches agains the type of the entry, or *, which looks for words in any field.) As a convenience, keys may be defaulted in up to three constraints. In the first constraint, the default key is author. In the second constraint, the default key is year if words is all digits, and is title otherwise. In the third constraint, the default key is year if words is all digits, and is [type] otherwise. To match a word in words, nbibfind uses the Boyer-Moore string-matching algorithm, so longer words are usually faster. ENVIRONMENT
For .bib files, nbibfind uses the BIBINPUTS environment variable if that is set, otherwise the default. For details of the searching, see tex(1) and kpsewhich(1). SEE ALSO
nbibtex(1), latex(1), tex(1), kpsewhich(1), bibtex(1). Leslie Lamport, LaTeX - A Document Preparation System, Addison-Wesley, 1985, ISBN 0-201-15790-X. AUTHOR
Norman Ramsey, Harvard University. 4 May 2006 NBIBFIND(1)
All times are GMT -4. The time now is 03:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy