Find the 'more' command source code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pirate

    #1

    Find the 'more' command source code

    i can't find the 'more' command source code on the internet. if you
    know the source code , can you tell me where it is ? i'm reading the
    the sources code of the linux command.
    Thank you!

  • Mark McIntyre

    #2
    Re: Find the 'more' command source code

    On Fri, 26 Oct 2007 22:10:02 -0700, in comp.lang.c , Pirate
    <yangbeyondster @gmail.comwrote :
    >i can't find the 'more' command source code on the internet. if you
    >know the source code , can you tell me where it is ? i'm reading the
    >the sources code of the linux command.
    This is offtopic here. However you could try the gnu text utils in the
    gnu archives.

    --
    Mark McIntyre

    "Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are,
    by definition, not smart enough to debug it."
    --Brian Kernighan

    Comment

    • Tsb

      #3
      Re: Find the 'more' command source code

      On Oct 27, 1:10 pm, Pirate <yangbeyonds... @gmail.comwrote :
      i can't find the 'more' command source code on the internet. if you
      know the source code , can you tell me where it is ? i'm reading the
      the sources code of the linux command.
      Thank you!
      I think you can find on www.sourceforge.net

      Comment

      • Keith Thompson

        #4
        Re: Find the 'more' command source code

        Mark McIntyre <markmcintyre@s pamcop.netwrite s:
        On Fri, 26 Oct 2007 22:10:02 -0700, in comp.lang.c , Pirate
        <yangbeyondster @gmail.comwrote :
        >>i can't find the 'more' command source code on the internet. if you
        >>know the source code , can you tell me where it is ? i'm reading the
        >>the sources code of the linux command.
        >
        This is offtopic here. However you could try the gnu text utils in the
        gnu archives.
        The redirection is appropriate, but mistaken. The GNU textutils
        package has been incorporated into the coreutils package. However,
        there is no "more" command in textutils or coreutils; there is,
        however, a "less" command which is an enhanced replacement for "more".

        On one system I use, the "more" command is part of the "util-linux"
        package; you should be able to find the source for that. (It's
        probably a reimplementatio n of the original Unix "more" program.)

        For more information, try comp.unix.progr ammer.

        --
        Keith Thompson (The_Other_Keit h) kst-u@mib.org <http://www.ghoti.net/~kst>
        San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
        "We must do something. This is something. Therefore, we must do this."
        -- Antony Jay and Jonathan Lynn, "Yes Minister"

        Comment

        • Sjouke Burry

          #5
          Re: Find the 'more' command source code

          Pirate wrote:
          i can't find the 'more' command source code on the internet. if you
          know the source code , can you tell me where it is ? i'm reading the
          the sources code of the linux command.
          Thank you!
          >
          Google for "unix utils for dos", the first hit
          shows the Berkely package with a MORE utility.
          Sources should be at the Berkely site.

          Comment

          Working...