리눅스 colcrt

1 개요[ | ]

리눅스 colcrt
/usr/bin/colcrt

2 실습[ | ]

[root@zetawiki ~]# echo -e "hello_my_friends\nstay_awhile_and_listen"
hello_my_friends
stay_awhile_and_listen
[root@zetawiki ~]# echo -e "hello_my_friends\nstay_awhile_and_listen" | colcrt
hello my friends
     -  -
stay awhile and listen
    -      -   -
[root@zetawiki ~]# echo -e "hello_my_friends\nstay_awhile_and_listen" | colcrt -
hello my friends
stay awhile and listen
[root@zetawiki ~]# echo -e "hello_my_friends\nstay_awhile_and_listen" | colcrt -2

hello my friends
     -  -
stay awhile and listen
    -      -   -

3 같이 보기[ | ]

4 참고[ | ]

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