linux:cli:more

more

more [options] <file>...
  • more [options…] <file>…
    • -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

more --help

  • /home/u613600155/domains/cli.zerotymer.net/public_html/data/pages/linux/cli/more.txt
  • 마지막으로 수정됨: 2024/01/22 03:54
  • 저자 writer