X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-marcdump-man.xml;h=80950988c3e4136eb5b15dcf0293e10283eecdeb;hb=d9b58094a0cf30748e32337fa9f460f8f0273826;hp=ac6b685cea44ad233076c9ce52c8471b93e2d768;hpb=cd2f012a70ebadf660acb71936e32192287dc30a;p=yaz-moved-to-github.git diff --git a/doc/yaz-marcdump-man.xml b/doc/yaz-marcdump-man.xml index ac6b685..8095098 100644 --- a/doc/yaz-marcdump-man.xml +++ b/doc/yaz-marcdump-man.xml @@ -5,10 +5,9 @@ %local; %entities; - - %common; + + %idcommon; ]> - YAZ @@ -34,6 +33,9 @@ + + + file @@ -74,6 +76,7 @@ Specifies input format. Must be one of marcxml, marc (ISO2709), + marcxchange (ISO25577), line (line mode MARC). @@ -83,6 +86,7 @@ Specifies output format. Must be one of marcxml, marc (ISO2709), + marcxchange (ISO25577), line (line mode MARC). @@ -125,6 +129,32 @@ + + -s prefix + + Writes a chunk of records to a separate file with prefix given, + i.e. splits a record batch into files with only at most + "chunk" ISO2709 record per file. By default chunk is 1 (one record + per file). See option -C. + + + + + -C chunksize + + Specifies chunk size; to be used conjunction with option + -s. + + + + + -p + + Makes yaz-marcdump prints record number and input file offset + of each record read. + + +