-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yeli.chen
committed
May 26, 2016
1 parent
1183cce
commit ee1a3a4
Showing
4 changed files
with
210 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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=<lib> Display the full path to library <lib> | ||
-print-prog-name=<prog> Display the full path to compiler component <prog> | ||
-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,<options> Pass comma-separated <options> on to the assembler | ||
-Wp,<options> Pass comma-separated <options> on to the preprocessor | ||
-Wl,<options> Pass comma-separated <options> on to the linker | ||
-Xassembler <arg> Pass <arg> on to the assembler | ||
-Xpreprocessor <arg> Pass <arg> on to the preprocessor | ||
-Xlinker <arg> Pass <arg> 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=<file> Override built-in specs with the contents of <file> | ||
-std=<standard> Assume that the input sources are for <standard> | ||
--sysroot=<directory> Use <directory> as the root directory for headers | ||
and libraries | ||
-B <directory> Add <directory> to the compiler's search paths | ||
-b <machine> Run gcc for target <machine>, if installed | ||
-V <version> Run gcc version number <version>, 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 <file> Place the output into <file> | ||
-x <language> 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<letter> options must be used. | ||
|
||
For bug reporting instructions, please see: | ||
<http://bugzilla.redhat.com/bugzilla>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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=<lib> Display the full path to library <lib> | ||
-print-prog-name=<prog> Display the full path to compiler component <prog> | ||
-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,<options> Pass comma-separated <options> on to the assembler | ||
-Wp,<options> Pass comma-separated <options> on to the preprocessor | ||
-Wl,<options> Pass comma-separated <options> on to the linker | ||
-Xassembler <arg> Pass <arg> on to the assembler | ||
-Xpreprocessor <arg> Pass <arg> on to the preprocessor | ||
-Xlinker <arg> Pass <arg> 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=<file> Override built-in specs with the contents of <file> | ||
-std=<standard> Assume that the input sources are for <standard> | ||
--sysroot=<directory> Use <directory> as the root directory for headers | ||
and libraries | ||
-B <directory> Add <directory> to the compiler's search paths | ||
-b <machine> Run gcc for target <machine>, if installed | ||
-V <version> Run gcc version number <version>, 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 <file> Place the output into <file> | ||
-x <language> 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<letter> options must be used. | ||
|
||
For bug reporting instructions, please see: | ||
<http://bugzilla.redhat.com/bugzilla>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <prefix> directory (or <prefix>:<exec_prefix>). | ||
The default module search path uses <prefix>/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. |