# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-03-29 09:37+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: debian-bookworm #, no-wrap msgid "COLUMN" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-08-04" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "util-linux 2.38.1" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "User Commands" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: debian-bookworm msgid "column - columnate lists" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: debian-bookworm msgid "B [options] [I ...]" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The B utility formats its input into multiple columns. The util " "support three modes:" msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "This is the default mode (required by backward compatibility)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "This mode is enabled by option B<-x, --fillrows>" msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Determine the number of columns the input contains and create a table. This " "mode is enabled by option B<-t, --table> and columns formatting is possible " "to modify by B<--table->* options. Use this mode if not sure. The output is " "aligned to the terminal width in interactive mode and the 80 columns in non-" "interactive mode (see B<--output-width> for more details)." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Input is taken from I, or otherwise from standard input. Empty lines " "are ignored and all invalid multibyte sequences are encoded by " "xEhexE convention." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "OPTIONS" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The argument I for B<--table->* options is a comma separated list " "of the column names as defined by B<--table-columns> or it\\(cqs column " "number in order as specified by input. It\\(cqs possible to mix names and " "numbers. The special placeholder \\(aq0\\(aq (e.g. -R0) may be used to " "specify all columns." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-J, --json>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Use JSON output format to print the table, the option B<--table-columns> is " "required and the option B<--table-name> is recommended." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-c, --output-width> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Output is formatted to a width specified as number of characters. The " "original name of this option is B<--columns>; this name is deprecated since " "v2.30. Note that input longer than I is not truncated by default. The " "default is a terminal width and the 80 columns in non-interactive mode. The " "column headers are never truncated." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-d, --table-noheadings>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Do not print header. This option allows the use of logical column names on " "the command line, but keeps the header hidden when printing the table." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-o, --output-separator> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "Specify the columns delimiter for table output (default is two spaces)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-s, --separator> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "Specify the possible input item delimiters (default is whitespace)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-t, --table>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Determine the number of columns the input contains and create a table. " "Columns are delimited with whitespace, by default, or with the characters " "supplied using the B<--output-separator> option. Table output is useful for " "pretty-printing." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-N, --table-columns> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Specify the columns names by comma separated list of names. The names are " "used for the table header or to address column in option arguments." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-l, --table-columns-limit> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Specify maximal number of the input columns. The last column will contain " "all remaining line data if the limit is smaller than the number of the " "columns in the input data." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-R, --table-right> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "Right align text in the specified columns." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-T, --table-truncate> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Specify columns where text can be truncated when necessary, otherwise very " "long table entries may be printed on multiple lines." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-E, --table-noextreme> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Specify columns where is possible to ignore unusually long (longer than " "average) cells when calculate column width. The option has impact to the " "width calculation and table formatting, but the printed text is not affected." msgstr "" #. type: Plain text #: debian-bookworm msgid "The option is used for the last visible column by default." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-e, --table-header-repeat>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Print header line for each page." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-W, --table-wrap> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Specify columns where is possible to use multi-line cell for long text when " "necessary." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-H, --table-hide> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Don\\(cqt print specified columns. The special placeholder \\(aq-\\(aq may " "be used to hide all unnamed columns (see B<--table-columns>)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-O, --table-order> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "Specify columns order on output." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-n, --table-name> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "Specify the table name used for JSON output. The default is \"table\"." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-L, --keep-empty-lines>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Preserve whitespace-only lines in the input. The default is ignore empty " "lines at all. This option\\(cqs original name was B<--table-empty-lines> but " "is now deprecated because it gives the false impression that the option only " "applies to table mode." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-r, --tree> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Specify column to use tree-like output. Note that the circular dependencies " "and other anomalies in child and parent relation are silently ignored." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-i, --tree-id> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "Specify column with line ID to create child-parent relation." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-p, --tree-parent> I" msgstr "" #. type: Plain text #: debian-bookworm msgid "Specify column with parent ID to create child-parent relation." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-x, --fillrows>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Fill rows before filling columns." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-h>, B<--help>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Display help text and exit." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-V>, B<--version>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Print version and exit." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "ENVIRONMENT" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The environment variable B is used to determine the size of the " "screen if no other information is available." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "HISTORY" msgstr "" #. type: Plain text #: debian-bookworm msgid "The B command appeared in 4.3BSD-Reno." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "BUGS" msgstr "" #. type: Plain text #: debian-bookworm msgid "Version 2.23 changed the B<-s> option to be non-greedy, for example:" msgstr "" #. type: Plain text #: debian-bookworm #, no-wrap msgid "printf \"a:b:c\\(rsn1::3\\(rsn\" | column -t -s \\(aq:\\(aq\n" msgstr "" #. type: Plain text #: debian-bookworm msgid "Old output:" msgstr "" #. type: Plain text #: debian-bookworm #, no-wrap msgid "" "a b c\n" "1 3\n" msgstr "" #. type: Plain text #: debian-bookworm msgid "New output (since util-linux 2.23):" msgstr "" #. type: Plain text #: debian-bookworm #, no-wrap msgid "" "a b c\n" "1 3\n" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Historical versions of this tool indicated that \"rows are filled before " "columns\" by default, and that the B<-x> option reverses this. This wording " "did not reflect the actual behavior, and it has since been corrected (see " "above). Other implementations of B may continue to use the older " "documentation, but the behavior should be identical in any case." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "EXAMPLES" msgstr "" #. type: Plain text #: debian-bookworm msgid "Print fstab with header line and align number to the right:" msgstr "" #. type: Plain text #: debian-bookworm #, no-wrap msgid "sed \\(aqs/#.*//\\(aq /etc/fstab | column --table --table-columns SOURCE,TARGET,TYPE,OPTIONS,PASS,FREQ --table-right PASS,FREQ\n" msgstr "" #. type: Plain text #: debian-bookworm msgid "Print fstab and hide unnamed columns:" msgstr "" #. type: Plain text #: debian-bookworm #, no-wrap msgid "sed \\(aqs/#.*//\\(aq /etc/fstab | column --table --table-columns SOURCE,TARGET,TYPE --table-hide -\n" msgstr "" #. type: Plain text #: debian-bookworm msgid "Print a tree:" msgstr "" #. type: Plain text #: debian-bookworm #, no-wrap msgid "" "echo -e \\(aq1 0 A\\(rsn2 1 AA\\(rsn3 1 AB\\(rsn4 2 AAA\\(rsn5 2 AAB\\(aq | column --tree-id 1 --tree-parent 2 --tree 3\n" "1 0 A\n" "2 1 |-AA\n" "4 2 | |-AAA\n" "5 2 | `-AAB\n" "3 1 `-AB\n" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: debian-bookworm msgid "B(1), B(1), B(1), B(1)" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "REPORTING BUGS" msgstr "" #. type: Plain text #: debian-bookworm msgid "For bug reports, use the issue tracker at" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "AVAILABILITY" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The B command is part of the util-linux package which can be " "downloaded from" msgstr ""