man ls | col -b > ls.txt 하니까 아래와 같은 메세지를 냅니다.
Error executing formatting or display command.
System command (cd /usr/share/man ; (echo -e ".pl 11i"; /bin/gunzip -c /usr/share/man/man1/ls.1.gz) | /usr/bin/gtbl | /u
sr/bin/groff -Tlatin1 -mandoc | /usr/bin/less -isr) exited with status 141. No manual entry for ls
col -b 없이 출력하려니 백스페이스 문자가 출력되고..
어떻게 하면 됩니까?