"Bash: column: command not found"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
3번째 줄: 3번째 줄:
;<nowiki>bash: column: command not found</nowiki>
;<nowiki>bash: column: command not found</nowiki>
   
   
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='console'>
apt-get install util-linux
root@localhost:/# column -V
bash: column: command not found
</syntaxhighlight>
<syntaxhighlight lang='console'>
root@localhost:/# apt update
...
root@localhost:/# apt install -y bsdmainutils
...
Setting up bsdextrautils (2.36.1-8+deb11u1) ...
update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
Setting up ncal (12.1.7+nmu3) ...
Setting up bsdmainutils (12.1.7+nmu3) ...
</syntaxhighlight>
<syntaxhighlight lang='console'>
root@localhost:/# column -V
column from util-linux 2.36.1
</syntaxhighlight>
</syntaxhighlight>


11번째 줄: 26번째 줄:
* [[리눅스 column]]
* [[리눅스 column]]
* [[/bin/sh: column: not found]]
* [[/bin/sh: column: not found]]
* [[column: invalid option -- 'R']]


==참고==
==참고==

2022년 5월 19일 (목) 21:50 기준 최신판

1 개요[ | ]

bash: column: command not found
root@localhost:/# column -V
bash: column: command not found
root@localhost:/# apt update
...
root@localhost:/# apt install -y bsdmainutils
...
Setting up bsdextrautils (2.36.1-8+deb11u1) ...
update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
Setting up ncal (12.1.7+nmu3) ...
Setting up bsdmainutils (12.1.7+nmu3) ...
root@localhost:/# column -V
column from util-linux 2.36.1

2 같이 보기[ | ]

3 참고[ | ]

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