.\" Hey, Emacs! This is -*-nroff-*- you know... .\" .\" decmn.8: manual page for the decmn utility .\" .\" Copyright (C) 2001 IBM, Inc. and others. .\" .\" Manual page by Yves Arrouye . .\" .TH DECMN 8 "5 November 2001" "ICU MANPAGE" "ICU @VERSION@ Manual" .SH NAME .B decmn \- explodes an ICU memory-mappable data file .SH SYNOPSIS .B decmn [ .BR "\-h\fP, \fB\-?\fP, \fB\-\-help" ] [ .B "\-n\" ] [ .BI "\-C\fP, \fB\-\-comment" ] [ .BI "\-d\fP, \fB\-\-destdir" " destination" ] .I archive .SH DESCRIPTION .B decmn reads the ICU memory-mappable data file .I archive and writes each of the packaged files that it contains as a separate file in the destination directory. .PP .B decmn also writes a list of these files on its standard output. This list of files can later be used, along with the individual files that have been generated, to produce a new common data file using .BR gencmn (8). .\" Note that the output of .\" .B decmn .\" is not in the format expected by .\" .BR gencmn (8). .\" One can obtain a suitable file by filtering the output through .\" .B "sed -e '1,2d' -e 's/[^=]*=//' -e '/^endfiles$/d" .\" which transforms it into a simple list of filenames. .SH OPTIONS .TP .BR "\-h\fP, \fB\-?\fP, \fB\-\-help" Print help about usage and exit. .TP .B \-n Do not create the output files. .TP .BI "\-C\fP, \fB\-\-comment" Print the comment embedded in the archive file and exit. .TP .BI "\-d\fP, \fB\-\-destdir" " destination" Set the destination directory to .IR destination . The default destination directory is the current directory. .SH VERSION @VERSION@ .SH COPYRIGHT Copyright (C) 2001 IBM, Inc. and others. .SH SEE ALSO .BR gencmn (8)