Linux Manuals

The Linux Manuals (man pages) document is an important part of Linux documents. Linux Manuals are organized as several sections. Each section has a group of commands for a specific area in Linux usage, administration or development.

  • |

    gdal_edit (1) Linux Manual Page

    gdal_edit – gdal_edit.py Edit in place various information of an existing GDAL dataset Synopsisgdal_edit [–help-general] [-ro] [-a_srs srs_def] [-a_ullr ulx uly lrx lry] [-tr xres yres] [-unsetgt] [-a_nodata value] [-gcp pixel line easting northing [elevation]]* [-mo "META-TAG=VALUE"]* datasetnameDescriptionThe gdal_edit.py script can be used to allows to edit in place various information of an existing GDAL…

  • |

    gdal_contour (1) Linux Manual Page

    gdal_contour – gdal_contour builds vector contour lines from a raster elevation model SynopsisUsage: gdal_contour [-b <band>] [-a <attribute_name>] [-3d] [-inodata] [-snodata n] [-i <interval>] [-f <formatname>] [[-dsco NAME=VALUE] …] [[-lco NAME=VALUE] …] [-off <offset>] [-fl <level> <level>…] [-nln <outlayername>] <src_filename> <dst_filename> DescriptionThis program generates a vector contour file from the input raster elevation model (DEM)….

  • |

    gdal_calc (1) Linux Manual Page

    gdal_calc – gdal_calc.py Command line raster calculator with numpy syntax Synopsisgdal_calc.py [-A <filename>] [–A_band] [-B…-Z filename] [other_options] Options: -h, –help show this help message and exit –calc=CALC calculation in gdalnumeric syntax using +-/* or any numpy array functions (i.e. logical_and()) -A A input gdal raster file, note you can use any letter A-Z –A_band=A_BAND number…

  • |

    gdal2tiles (1) Linux Manual Page

    gdal2tiles – gdal2tiles.py generates directory with TMS tiles, KMLs and simple web viewers Synopsisgdal2tiles.py [-p profile] [-r resampling] [-s srs] [-z zoom] [-e] [-a nodata] [-v] [-h] [-k] [-n] [-u url] [-w webviewer] [-t title] [-c copyright] [-g googlekey] [-b bingkey] input_file [output_dir]DescriptionThis utility generates a directory with small tiles and metadata, following the OSGeo…

  • |

    gdal-config (1) Linux Manual Page

    gdal-config – gdal-config determines various information about a GDAL installation Synopsisgdal-config [OPTIONS] Options: [–prefix[=DIR]] [–libs] [–cflags] [–version] [–ogr-enabled] [–formats]DescriptionThis utility script (available on Unix systems) can be used to determine various information about a GDAL installation. It is normally just used by configure scripts for applications using GDAL but can be queried by an end…

  • |

    gda-sql-5 (1) Linux Manual Page

    gda-sql – an SQL console based on Libgda Synopsisgda-sql [–help] [-v] [–version] [-o] [–output-file <filename>] [-C] [–command] [-f] [–commands-file <filename>] [-i] [–interactive] [-l] [–list-dsn] [-L] [–list-providers] [-s] [–http-port <port>] [-t] [–http-token <token phrase>] [–data-files-list] [–data-files-purge <criteria>] [connection’s spec] [connection’s spec…] Descriptiongda-sql is an SQL console based on the Libgda library. It enables you to type…

  • |

    gda-sql-5.0 (1) Linux Manual Page

    gda-sql – an SQL console based on Libgda Synopsisgda-sql [–help] [-v] [–version] [-o] [–output-file <filename>] [-C] [–command] [-f] [–commands-file <filename>] [-i] [–interactive] [-l] [–list-dsn] [-L] [–list-providers] [-s] [–http-port <port>] [-t] [–http-token <token phrase>] [–data-files-list] [–data-files-purge <criteria>] [connection’s spec] [connection’s spec…] Descriptiongda-sql is an SQL console based on the Libgda library. It enables you to type…

  • |

    gda-sql-4 (1) Linux Manual Page

    gda-sql – an SQL console based on Libgda Synopsisgda-sql [–help] [-v] [–version] [-o] [–output-file <filename>] [-C] [–command] [-f] [–commands-file <filename>] [-i] [–interactive] [-l] [–list-dsn] [-L] [–list-providers] [-s] [–http-port <port>] [-t] [–http-token <token phrase>] [–data-files-list] [–data-files-purge <criteria>] [connection’s spec] [connection’s spec…] Descriptiongda-sql is an SQL console based on the Libgda library. It enables you to type…

  • |

    gda-config-tool-3 (1) Linux Manual Page

    gda-config-tool-3.0 – Tool for managing libgda configuration file. Synopsisgda-config-tool-3.0 [OPTIONS] DescriptionThe gda-config-tool-3.0 program can be used create/edit/remove a libgda provider. It can be used both as a command line program and an interactive program. OptionsThe following options are supported: -?, –help Displays command line options. –usage Display brief usage message. –l, –list-providers Lists installed providers….

  • |

    gcstar (1) Linux Manual Page

    GCstar – Personal collection manager Synopsisgcstar [-u UPDATE-OPTIONS] [-x EXECUTE-OPTIONS] [FILENAME] DescriptionGCstar is a Gtk2 program used to manage personal collections. OptionsWithout any option, it will open FILENAME if specified or the previously opened file. There are also two groups of options. Update-Options-u, –update Tell GCstar to look for available updates -a, –all Update all…

  • |

    gcrystal (1) Linux Manual Page

    gcrystal – light model visualizer for crystal structures Synopsis gcrystal [OPTION(S)…] [FILE…]Descriptiongcrystal is a light model visualizer for crystal structures, based on the GNOME Chemistry Utils, that displays models of all sorts of crystal microscopic structures using OpenGL. OptionsThe following options are accepted: -?, –help Show application help options. –help-all, –help-* Print all or just…

  • |

    gcov44 (1) Linux Manual Page

    gcov – coverage testing tool Synopsisgcov [-v|–version] [-h|–help]   [-a|–all-blocks]   [-b|–branch-probabilities]   [-c|–branch-counts]   [-n|–no-output]   [-l|–long-file-names]   [-p|–preserve-paths]   [-f|–function-summaries]   [-o|–object-directory directory|file] sourcefiles   [-u|–unconditional-branches] Descriptiongcov is a test coverage program. Use it in concert with GCC to analyze your programs to help create more efficient, faster running code and to discover untested parts of your program. You can use gcov as a…

  • |

    gcov2perl (1) Linux Manual Page

    gcov2perl – convert gcov files to Devel::Cover databases Versionversion 1.03 Synopsis gcov2perl -h -i -v -db database gcov_filesDescriptionConvert gcov files to Devel::Cover databases. OptionsThe following command line options are supported: -db database – specify the database to use -h -help – show help -i -info – show documentation -v -version – show versionDetailsTo obtain coverage…

  • |

    gcov (1) Linux Manual Page

    gcov – coverage testing tool Synopsisgcov [-v|–version] [-h|–help]      [-a|–all-blocks]      [-b|–branch-probabilities]      [-c|–branch-counts]      [-d|–display-progress]      [-f|–function-summaries]      [-j|–json-format]      [-H|–human-readable]      [-k|–use-colors]      [-l|–long-file-names]      [-m|–demangled-names]      [-n|–no-output]      [-o|–object-directory directory|file]      [-p|–preserve-paths]      [-q|–use-hotness-colors]      [-r|–relative-only]      [-s|–source-prefix directory]      [-t|–stdout]      [-u|–unconditional-branches]      [-x|–hash-filenames]      files Descriptiongcov is a test coverage program. Use it in concert with GCC to analyze your programs to help create more efficient, faster running code and to discover…

  • |

    gcov-tool (1) Linux Manual Page

    gcov-tool – offline gcda profile processing tool Synopsisgcov-tool [-v|–version] [-h|–help] gcov-tool merge [merge-options] directory1 directory2      [-o|–output directory]      [-v|–verbose]      [-w|–weight w1,w2] gcov-tool rewrite [rewrite-options] directory      [-n|–normalize long_long_value]      [-o|–output directory]      [-s|–scale float_or_simple-frac_value]      [-v|–verbose] gcov-tool overlap [overlap-options] directory1 directory2      [-f|–function]      [-F|–fullname]      [-h|–hotonly]      [-o|–object]      [-t|–hot_threshold] float      [-v|–verbose] Descriptiongcov-tool is an offline tool to process gcc’s gcda profile files. Current gcov-tool supports the following functionalities: *…

  • |

    gcov-tool-9 (1) Linux Manual Page

    gcov-tool – offline gcda profile processing tool Synopsisgcov-tool [-v|–version] [-h|–help] gcov-tool merge [merge-options] directory1 directory2      [-o|–output directory]      [-v|–verbose]      [-w|–weight w1,w2] gcov-tool rewrite [rewrite-options] directory      [-n|–normalize long_long_value]      [-o|–output directory]      [-s|–scale float_or_simple-frac_value]      [-v|–verbose] gcov-tool overlap [overlap-options] directory1 directory2      [-f|–function]      [-F|–fullname]      [-h|–hotonly]      [-o|–object]      [-t|–hot_threshold] float      [-v|–verbose] Descriptiongcov-tool is an offline tool to process gcc’s gcda profile files. Current gcov-tool supports the following functionalities: *…

  • |

    gcov-tool-8 (1) Linux Manual Page

    gcov-tool – offline gcda profile processing tool Synopsisgcov-tool [-v|–version] [-h|–help] gcov-tool merge [merge-options] directory1 directory2      [-o|–output directory]      [-v|–verbose]      [-w|–weight w1,w2] gcov-tool rewrite [rewrite-options] directory      [-n|–normalize long_long_value]      [-o|–output directory]      [-s|–scale float_or_simple-frac_value]      [-v|–verbose] gcov-tool overlap [overlap-options] directory1 directory2      [-f|–function]      [-F|–fullname]      [-h|–hotonly]      [-o|–object]      [-t|–hot_threshold] float      [-v|–verbose] Descriptiongcov-tool is an offline tool to process gcc’s gcda profile files. Current gcov-tool supports the following functionalities: *…

  • |

    gcov-tool-7 (1) Linux Manual Page

    gcov-tool – offline gcda profile processing tool Synopsisgcov-tool [-v|–version] [-h|–help] gcov-tool merge [merge-options] directory1 directory2      [-o|–output directory]      [-v|–verbose]      [-w|–weight w1,w2] gcov-tool rewrite [rewrite-options] directory      [-n|–normalize long_long_value]      [-o|–output directory]      [-s|–scale float_or_simple-frac_value]      [-v|–verbose] gcov-tool overlap [overlap-options] directory1 directory2      [-f|–function]      [-F|–fullname]      [-h|–hotonly]      [-o|–object]      [-t|–hot_threshold] float      [-v|–verbose] Descriptiongcov-tool is an offline tool to process gcc’s gcda profile files. Current gcov-tool supports the following functionalities: *…

  • |

    gcov-tool-12 (1) Linux Manual Page

    gcov-tool – offline gcda profile processing tool Synopsisgcov-tool [-v|–version] [-h|–help] gcov-tool merge [merge-options] directory1 directory2      [-o|–output directory]      [-v|–verbose]      [-w|–weight w1,w2] gcov-tool rewrite [rewrite-options] directory      [-n|–normalize long_long_value]      [-o|–output directory]      [-s|–scale float_or_simple-frac_value]      [-v|–verbose] gcov-tool overlap [overlap-options] directory1 directory2      [-f|–function]      [-F|–fullname]      [-h|–hotonly]      [-o|–object]      [-t|–hot_threshold] float      [-v|–verbose] Descriptiongcov-tool is an offline tool to process gcc’s gcda profile files. Current gcov-tool supports the following functionalities: *…

  • |

    gcov-tool-11 (1) Linux Manual Page

    gcov-tool – offline gcda profile processing tool Synopsisgcov-tool [-v|–version] [-h|–help] gcov-tool merge [merge-options] directory1 directory2      [-o|–output directory]      [-v|–verbose]      [-w|–weight w1,w2] gcov-tool rewrite [rewrite-options] directory      [-n|–normalize long_long_value]      [-o|–output directory]      [-s|–scale float_or_simple-frac_value]      [-v|–verbose] gcov-tool overlap [overlap-options] directory1 directory2      [-f|–function]      [-F|–fullname]      [-h|–hotonly]      [-o|–object]      [-t|–hot_threshold] float      [-v|–verbose] Descriptiongcov-tool is an offline tool to process gcc’s gcda profile files. Current gcov-tool supports the following functionalities: *…