COLUMN(1) | General Commands Manual | COLUMN(1) |
column
—
入力を複数列に整形する
column
[-tx
]
[-c
columns]
[-s
sep] [file
...]
column
は、入力を複数カラムに分けて整形します。
列より先に行を埋めます。
file が
指定されていれば
file
を、指定されていなければ標準入力を処理します。空行は無視されます。
オプション:
The column
utility exits 0 on
success, and >0 if an error occurs.
COLUMNS
(printf "PERM LINKS OWNER GROUP
SIZE MONTH DAY " ; \
printf "HH:MM/YEAR
NAME\n" ; \
ls -l | sed 1d) | column
-t
column
コマンドは 4.3BSD-Reno
から登場しました。
June 6, 1993 | Debian |