sortbib.1
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 73 行
1
73 行
.\" SCCSID: @(#)sortbib.1 8.1 9/11/90.TH sortbib 1.SH Namesortbib \- sort bibliographic database.SH Syntax.B sortbib[\fB\-s\fIKEYS\fR\|] \fIdatabase...\fR.SH Description.NXR "sortbib command".NXR "bibliography" "sorting"The.PN sortbibcommand sorts files of records containing.I referkey-letters by user-specified keys.Records may be separated by blank lines,or by \&.[ and \&.] delimiters,but the two styles may not be mixed together.This program reads through each.I databaseand pulls out key fields, which are sorted separately.The sorted key fields contain the file pointer,byte offset, and length of corresponding records.These records are delivered using disk seeks and reads, so.PN sortbibmay not be used in a pipeline to read standard input..PPBy default,.PN sortbibalphabetizes by the first %A and the %D fields,which contain the senior author and date.The.B \-soption is used to specify new.IR \s-1KEYS\s0 .For instance,.BR \-s ATDwill sort by author, title, and date,while.BR \-s A+Dwill sort by all authors, and date.Sort keys past the fourth are not meaningful.No more than 16 databases may be sorted together at one time.Records longer than 4096 characters will be truncated..PPThe.PN sortbibcommand sorts on the last word on the %A line,which is assumed to be the author's last name.A word in the final position, such as ``jr.'' or ``ed.'',will be ignored if the name beforehand ends with a comma.Authors with two-word last names or unusual constructionscan be sorted correctly by using the.PN nroffconvention ``\e0'' in place of a blank.A %Q field is considered to be the same as %A,except sorting begins with the first, not the last, word.The.PN sortbibcommandsorts on the last word of the %D line, usually the year.It also ignores leading articles (like ``A'' or ``The'')when sorting by titles in the %T or %J fields;it will ignore articles of any modern European language.If a sort-significant field is absent from a record,.PN sortbibplaces that record before other records containing that field..SH Options.IP \fB\-s\fIKEYS\fR 0.3iSpecifies new sort KEYS. For example, ATD sorts by author, title, and date..SH See Alsoaddbib(1), indxbib(1), lookbib(1), refer(1), roffbib(1)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?