Skip to content

jclanoe/SH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

			     How to read the Man :
-------------------------------------------------------------------------------

	To read the Man please type
	groff -man -Tascii doc/42sh.man | most

        The Man countains a description of our shell,
        separates in differents topics :

                  NAME
                  SYNOPSIS
                  DESCRIPTION
                  OPTIONS
                  INVOCATION
                  DEFINITIONS
                  RESERVED WORDS
                  SHELL GRAMMAR
                  COMMENTS
                  QUOTING
                  PARAMETERS
                  EXPANSION
                  REDIRECTION
                  ARITHMETIC EVALUATION
                  SIMPLE COMMAND EXPANSION
                  COMMAND EXECUTION
                  COMMAND EXECUTION ENVIRONMENT
                  ENVIRONMENT
                  EXIT STATUS
                  PROMPTING
                  READLINE
                  HISTORY
                  SHELL BUILTIN COMMANDS
                  SEE ALSO
                  FILES
                  AUTHORS
                  BUG REPORTS


			     How to compile and execute the project :
------------------------------------------------------------------------------

	To compile the project, please type
        ./configure && make

        To execute the project, please type
        ./42sh

        To quit the project, please write
        exit



			     How to read the documentation :
------------------------------------------------------------------------------

        To read the documentation, please type
        ./configure && make doc
        firefox doc/html/index.html &

About

Shell written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published