리눅스 column

Jmnote (토론 | 기여)님의 2022년 11월 21일 (월) 13:54 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
  다른 뜻에 대해서는 컬럼 문서를 참조하십시오.

1 개요[ | ]

리눅스 column
/usr/bin/column
  • 목록의 컬럼을 맞추는 리눅스 명령어
  • 우분투 패키지 bsdmainutils
[root@zetawiki ~]# echo -e "a b c\n123 456 789"
a b c
123 456 789
[root@zetawiki ~]# echo -e "a b c\n123 456 789" | column -t
a    b    c
123  456  789
testuser@localhost:~$ cat /etc/os-release | head -1
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
testuser@localhost:~$ column -V
column from util-linux 2.36.1

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}