!["info" 명령에서 선 너비를 변경하는 방법](https://linux55.com/image/126515/%22info%22%20%EB%AA%85%EB%A0%B9%EC%97%90%EC%84%9C%20%EC%84%A0%20%EB%84%88%EB%B9%84%EB%A5%BC%20%EB%B3%80%EA%B2%BD%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95.png)
에서 가능합니까?정보더 넓은 범위의 명령?
예: 실행할 때 info awk
터미널 크기가 훨씬 더 넓지만 다음과 같은 출력을 얻습니다.
2 Running 'awk' and 'gawk'
**************************
This major node covers how to run 'awk', both POSIX-standard and
'gawk'-specific command-line options, and what 'awk' and 'gawk' do with
nonoption arguments. It then proceeds to cover how 'gawk' searches for
source files, reading standard input along with other files, 'gawk''s
environment variables, 'gawk''s exit status, using include files, and
obsolete and undocumented options and/or features.
설정을 시도했지만 COLUMNS=200
출력이 변경되지 않았습니다. 흥미롭게도 변수 pinfo
에 따라 출력이 COLUMNS
변경되었습니다 .
답변1
man
페이지와 달리 페이지는 다음을 사용하여 info
생성될 때 선 두께가 설정됩니다.makeinfo(1)
texi2any(1)
--fill-column
옵션). 기본값은 72자이므로 일반적으로 줄 바꿈이 표시됩니다.
내가 아는 한, 페이지를 리플로우하려면 info
원본 소스에서 texi
파일을 다시 생성 해야 합니다.