NAME
marc-leader - Tool to decode MARC leader from file or string.
SYNOPSIS
marc-leader [-a] [-d] [-f marc_xml_file] [-h] [-l lang_code] [-v] [--version] [leader_string]
DESCRIPTION
It supports MARC XML files now.
ARGUMENTS
-aPrint with ANSI colors. Or use
NO_COLOR/COLORenv variables.-dDon't print description.
-f marc_xml_fileUse MARC XML file name to decode of leader instead of leader string.
-hPrint help.
-l lang_codeISO 639-1 language code of output language.
Default value is from locales.
-vVerbose mode.
--versionPrint version of script.
[leader_string]MARC leader string to decode. It's optional to -f option.
EXAMPLE1
marc-leader -f __MARC.xml__
EXAMPLE2
marc-leader '00621ncm a2200217 a 4500'
REPOSITORY
https://github.com/michal-josef-spacek/App-MARC-Leader
AUTHOR
Michal Josef Špaček mailto:skim@cpan.org
LICENSE AND COPYRIGHT
© 2023-2026 Michal Josef Špaček
BSD 2-Clause License
VERSION
0.11