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

(새 문서: ==개요== ;bash: column: command not found <syntaxhighlight lang='bash'> apt-get install util-linux </syntaxhighlight> ==같이 보기== * util-linux * 리눅스 column =...)
 
 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;bash: column: command not found
{{소문자}}
;<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>


9번째 줄: 25번째 줄:
* [[util-linux]]
* [[util-linux]]
* [[리눅스 column]]
* [[리눅스 column]]
* [[/bin/sh: column: not found]]
* [[column: invalid option -- 'R']]


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

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

1 개요[ | ]

bash: column: command not found
Console
Copy
root@localhost:/# column -V
bash: column: command not found
Console
Copy
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) ...
Console
Copy
root@localhost:/# column -V
column from util-linux 2.36.1

2 같이 보기[ | ]

3 참고[ | ]