diff --git a/g++.help b/g++.help new file mode 100644 index 0000000..c2ecaa2 --- /dev/null +++ b/g++.help @@ -0,0 +1,61 @@ +g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16) +Copyright (C) 2010 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +Usage: g++ [options] file... +Options: + -pass-exit-codes Exit with highest error code from a phase + --help Display this information + --target-help Display target specific command line options + --help={target|optimizers|warnings|params|[^]{joined|separate|undocumented}}[,...] + Display specific types of command line options + (Use '-v --help' to display command line options of sub-processes) + --version Display compiler version information + -dumpspecs Display all of the built in spec strings + -dumpversion Display the version of the compiler + -dumpmachine Display the compiler's target processor + -print-search-dirs Display the directories in the compiler's search path + -print-libgcc-file-name Display the name of the compiler's companion library + -print-file-name= Display the full path to library + -print-prog-name= Display the full path to compiler component + -print-multi-directory Display the root directory for versions of libgcc + -print-multi-lib Display the mapping between command line options and + multiple library search directories + -print-multi-os-directory Display the relative path to OS libraries + -print-sysroot Display the target libraries directory + -print-sysroot-headers-suffix Display the sysroot suffix used to find headers + -Wa, Pass comma-separated on to the assembler + -Wp, Pass comma-separated on to the preprocessor + -Wl, Pass comma-separated on to the linker + -Xassembler Pass on to the assembler + -Xpreprocessor Pass on to the preprocessor + -Xlinker Pass on to the linker + -combine Pass multiple source files to compiler at once + -save-temps Do not delete intermediate files + -pipe Use pipes rather than intermediate files + -time Time the execution of each subprocess + -specs= Override built-in specs with the contents of + -std= Assume that the input sources are for + --sysroot= Use as the root directory for headers + and libraries + -B Add to the compiler's search paths + -b Run gcc for target , if installed + -V Run gcc version number , if installed + -v Display the programs invoked by the compiler + -### Like -v but options quoted and commands not executed + -E Preprocess only; do not compile, assemble or link + -S Compile only; do not assemble or link + -c Compile and assemble, but do not link + -o Place the output into + -x Specify the language of the following input files + Permissible languages include: c c++ assembler none + 'none' means revert to the default behavior of + guessing the language based on the file's extension + +Options starting with -g, -f, -m, -O, -W, or --param are automatically + passed on to the various sub-processes invoked by g++. In order to pass + other options on to these processes the -W options must be used. + +For bug reporting instructions, please see: +. diff --git a/gcc.help b/gcc.help new file mode 100644 index 0000000..ece2a6d --- /dev/null +++ b/gcc.help @@ -0,0 +1,61 @@ +gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16) +Copyright (C) 2010 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +Usage: gcc [options] file... +Options: + -pass-exit-codes Exit with highest error code from a phase + --help Display this information + --target-help Display target specific command line options + --help={target|optimizers|warnings|params|[^]{joined|separate|undocumented}}[,...] + Display specific types of command line options + (Use '-v --help' to display command line options of sub-processes) + --version Display compiler version information + -dumpspecs Display all of the built in spec strings + -dumpversion Display the version of the compiler + -dumpmachine Display the compiler's target processor + -print-search-dirs Display the directories in the compiler's search path + -print-libgcc-file-name Display the name of the compiler's companion library + -print-file-name= Display the full path to library + -print-prog-name= Display the full path to compiler component + -print-multi-directory Display the root directory for versions of libgcc + -print-multi-lib Display the mapping between command line options and + multiple library search directories + -print-multi-os-directory Display the relative path to OS libraries + -print-sysroot Display the target libraries directory + -print-sysroot-headers-suffix Display the sysroot suffix used to find headers + -Wa, Pass comma-separated on to the assembler + -Wp, Pass comma-separated on to the preprocessor + -Wl, Pass comma-separated on to the linker + -Xassembler Pass on to the assembler + -Xpreprocessor Pass on to the preprocessor + -Xlinker Pass on to the linker + -combine Pass multiple source files to compiler at once + -save-temps Do not delete intermediate files + -pipe Use pipes rather than intermediate files + -time Time the execution of each subprocess + -specs= Override built-in specs with the contents of + -std= Assume that the input sources are for + --sysroot= Use as the root directory for headers + and libraries + -B Add to the compiler's search paths + -b Run gcc for target , if installed + -V Run gcc version number , if installed + -v Display the programs invoked by the compiler + -### Like -v but options quoted and commands not executed + -E Preprocess only; do not compile, assemble or link + -S Compile only; do not assemble or link + -c Compile and assemble, but do not link + -o Place the output into + -x Specify the language of the following input files + Permissible languages include: c c++ assembler none + 'none' means revert to the default behavior of + guessing the language based on the file's extension + +Options starting with -g, -f, -m, -O, -W, or --param are automatically + passed on to the various sub-processes invoked by gcc. In order to pass + other options on to these processes the -W options must be used. + +For bug reporting instructions, please see: +. diff --git a/go.help b/go.help new file mode 100644 index 0000000..3a1c071 --- /dev/null +++ b/go.help @@ -0,0 +1,42 @@ +go version go1.5.2 linux/amd64 + +Go is a tool for managing Go source code. + +Usage: + + go command [arguments] + +The commands are: + + build compile packages and dependencies + clean remove object files + doc show documentation for package or symbol + env print Go environment information + fix run go tool fix on packages + fmt run gofmt on package sources + generate generate Go files by processing source + get download and install packages and dependencies + install compile and install packages and dependencies + list list packages + run compile and run Go program + test test packages + tool run specified go tool + version print Go version + vet run go tool vet on packages + +Use "go help [command]" for more information about a command. + +Additional help topics: + + c calling between Go and C + buildmode description of build modes + filetype file types + gopath GOPATH environment variable + environment environment variables + importpath import path syntax + packages description of package lists + testflag description of testing flags + testfunc description of testing functions + +Use "go help [topic]" for more information about that topic. + diff --git a/python.help b/python.help new file mode 100644 index 0000000..b2cfe65 --- /dev/null +++ b/python.help @@ -0,0 +1,46 @@ +Python 2.7.11 + +usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ... +Options and arguments (and corresponding environment variables): +-B : don't write .py[co] files on import; also PYTHONDONTWRITEBYTECODE=x +-c cmd : program passed in as string (terminates option list) +-d : debug output from parser; also PYTHONDEBUG=x +-E : ignore PYTHON* environment variables (such as PYTHONPATH) +-h : print this help message and exit (also --help) +-i : inspect interactively after running script; forces a prompt even + if stdin does not appear to be a terminal; also PYTHONINSPECT=x +-m mod : run library module as a script (terminates option list) +-O : optimize generated bytecode slightly; also PYTHONOPTIMIZE=x +-OO : remove doc-strings in addition to the -O optimizations +-R : use a pseudo-random salt to make hash() values of various types be + unpredictable between separate invocations of the interpreter, as + a defense against denial-of-service attacks +-Q arg : division options: -Qold (default), -Qwarn, -Qwarnall, -Qnew +-s : don't add user site directory to sys.path; also PYTHONNOUSERSITE +-S : don't imply 'import site' on initialization +-t : issue warnings about inconsistent tab usage (-tt: issue errors) +-u : unbuffered binary stdout and stderr; also PYTHONUNBUFFERED=x + see man page for details on internal buffering relating to '-u' +-v : verbose (trace import statements); also PYTHONVERBOSE=x + can be supplied multiple times to increase verbosity +-V : print the Python version number and exit (also --version) +-W arg : warning control; arg is action:message:category:module:lineno +-x : skip first line of source, allowing use of non-Unix forms of #!cmd +-3 : warn about Python 3.x incompatibilities that 2to3 cannot trivially fix +file : program read from script file +- : program read from stdin (default; interactive mode if a tty) +arg ...: arguments passed to program in sys.argv[1:] + +Other environment variables: +PYTHONSTARTUP: file executed on interactive startup (no default) +PYTHONPATH : ':'-separated list of directories prefixed to the + default module search path. The result is sys.path. +PYTHONHOME : alternate directory (or :). + The default module search path uses /pythonX.X. +PYTHONCASEOK : ignore case in 'import' statements (Windows). +PYTHONIOENCODING: Encoding[:errors] used for stdin/stdout/stderr. +PYTHONHASHSEED: if this variable is set to 'random', the effect is the same + as specifying the -R option: a random value is used to seed the hashes of + str, unicode, buffer and datetime objects. It can also be set to an + integer in the range [0,4294967295] to get hash values with a predictable + seed.