문서 보기이전 판역링크맨 위로 이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요. {{tag>[paging]}} ====== more ====== ===== CLI ===== <code bash> more [options] <file>... </code> * ''<color #c3c3c3>**more**</color> <color #22b14c>[options...]</color> <color #7092be><file>...</color>'' * ''<color #22b14c>**-d**</color>'': display help instead of ringing bell * ''<color #22b14c>**-f**</color>'': count logical rather than screen lines * ''<color #22b14c>**-l**</color>'': suppress pause after form feed * ''<color #22b14c>**-c**</color>'': do not scroll, display text and clean line ends * ''<color #22b14c>**-p**</color>'': do not scroll, clean screen and display text * ''<color #22b14c>**-s**</color>'': squeeze multiple blank lines into one. 연속한 빌 줄을 표시하지 않음. * ''<color #22b14c>**-u**</color>'': suppress underlining * ''<color #22b14c>**-**</color>number'': the number of lines per screenful * ''<color #22b14c>**+**</color>number'': display file beginning from line number * ''<color #22b14c>**/**</color>string'': display file beginning from search string match * ''<color #22b14c>**--help**</color>'': display this help * ''<color #22b14c>**-V**</color>'' ''<color #22b14c>**--version**</color>'': display version ++++ more --help | <code bash> Usage: more [options] <file>... A file perusal filter for CRT viewing. Options: -d display help instead of ringing bell -f count logical rather than screen lines -l suppress pause after form feed -c do not scroll, display text and clean line ends -p do not scroll, clean screen and display text -s squeeze multiple blank lines into one -u suppress underlining -<number> the number of lines per screenful +<number> display file beginning from line number +/<string> display file beginning from search string match --help display this help -V, --version display version For more details see more(1). </code> ++++ /home/u613600155/domains/cli.zerotymer.net/public_html/data/pages/linux/cli/more.txt 마지막으로 수정됨: 2024/01/22 03:54저자 writer