




Command:   mined - MINIX editor
Syntax:    mined [file]
Flags:     (none)
Examples:  mined /user/ast/book.3   # Edit an existing file
           mined                    # Call editor to create a new file
           ls -l | mined            # Use mined as a  pager  to  inspect
                                      listing

     Mined (pronounced min-ed) is a  simple  full-screen  editor.   When
editing  a  file, it holds the file in memory, thus speeding up editing,
but limiting the editor to files of up to about 35K.  Larger files  must
first  be  cut  into  pieces  by  split.  Lines may be arbitrarily long.
Output from a command may be piped  into  mined  so  it  can  be  viewed
without scrolling off the screen.  See also Chap. 9.












































                                                                        

