SysTutorials Posts

  • |

    cscppc (1) Linux Manual Page

    NAME cscppc – a compiler wrapper that runs cppcheck in background SYNOPSIS cscppc [–help | –print-path-to-wrap] DESCRIPTION cscppc is a compiler wrapper that runs cppcheck in background. Create a symbolic link to cscppc named as your compiler (gcc, g++, …) and put it to your $PATH. The following parameters are given to cppcheck by default:…

  • |

    cscope (1) Linux Manual Page

    NAME cscope – interactively examine a C program SYNOPSIS cscope [-bCcdehkLlqRTUuVv] [-Fsymfile] [-freffile] [-Iincdir] [-inamefile] [-0123456789pattern] [-pn] [-sdir] [files] DESCRIPTION cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code. By default, cscope examines the C (.c and .h), lex (.l), and yacc (.y)…

  • |

    csclng (1) Linux Manual Page

    NAME csclng – a compiler wrapper that runs the Clang analyzer in background SYNOPSIS csclng [–help | –print-path-to-wrap] DESCRIPTION csclng is a compiler wrapper that runs clang in background. Create a symbolic link to csclng named as your compiler (gcc, g++, …) and put it to your $PATH. The following parameters are given to clang…

  • |

    csbuild (1) Linux Manual Page

    NAME csbuild – tool for plugging static analyzers into the build process DESCRIPTION usage: csbuild [-h] -c BUILD_CMD [-g GIT_COMMIT_RANGE] [–git-bisect] [–added-exit-code ADDED_EXIT_CODE] [–base-fail-exit-code BASE_FAIL_EXIT_CODE] [–print-current] [–no-print-current] [–print-added] [–no-print-added] [–print-fixed] [–no-print-fixed] [–clean] [–no-clean] [–cswrap-timeout CSWRAP_TIMEOUT] [–color] [–no-color] [–gen-travis-yml] [–install INSTALL] [–prep-cmd PREP_CMD] [-w GCC_WARNING_LEVEL] [-U EMBED_CONTEXT] [–version] optional arguments: -h, –help show this help message…

  • |

    cs2cs (1) Linux Manual Page

    NAME cs2cs – cartographic coordinate system filter SYNOPSIS cs2cs [ -eEfIlrstvwW [ args ] ] [ +opts[=arg] ] [ +to [+opts[=arg]] ] file[s] DESCRIPTION Cs2cs performs transformation between the source and destination cartographic coordinate system on a set of input points. The coordinate system transformation can include translation between projected and geographic coordinates as well as the application…

  • |

    cryptoflex-tool (1) Linux Manual Page

    NAME cryptoflex-tool – utility for manipulating Schlumberger Cryptoflex data structures SYNOPSIS cryptoflex-tool [OPTIONS] DESCRIPTION cryptoflex-tool is used to manipulate PKCS data structures on Schlumberger Cryptoflex smart cards. Users can create, list and read PINs and keys stored on the smart card. User PIN authentication is performed for those operations that require it. OPTIONS –verify-pin, -V…

  • |

    cryptdir (1) Linux Manual Page

    NAME cryptdir – encrypt/decrypt all files in a directory SYNOPSIS cryptdir [ dir ] decryptdir [ dir ] INTRODUCTION cryptdir encrypts all files in the current directory (or the given directory if one is provided as an argument). When called as decryptdir (i.e., same program, different name), all files are decrypted. NOTES When encrypting, you…

  • |

    crudini (1) Linux Manual Page

    NAME crudini – manipulate ini files SYNOPSIS crudini ,–set /[,OPTION/]… ,config_file section /[,param/] [,value/] crudini ,–get /[,OPTION/]… ,config_file /[,section/] [,param/] crudini ,–del /[,OPTION/]… ,config_file section /[,param/] [,list value/] crudini ,–merge /[,OPTION/]… ,config_file /[,section/] DESCRIPTION crudini – A utility for manipulating ini files OPTIONS –existing[=,WHAT/] For –set, –del and –merge, fail if item is missing, where…

  • |

    crtsv (1) Linux Manual Page

    NAME crtsv – mutual converter between TSV and QDBM Curia database SYNOPSIS crtsv import [-bnum num] [-dnum num] [-bin] name crtsv export [-bin] name DESCRIPTION This manual page documents briefly the crtsv commands. The command crtsv features mutual conversion between a database of Curia and a TSV text. This command is useful when data exchange…

  • |

    crsh (1) Linux Manual Page

    NAME cssh, crsh, ctel, ccon – Cluster administration tool SYNOPSIS cssh [options] [[user@]<server>[:port]|<tag>] […] crsh [options] [[user@]<server>[:port]|<tag>] […] ctel [options] [<server>[:port]|<tag>] […] ccon [options] [[user@]<server>[:port]|<tag>] […] DESCRIPTION The command opens an administration console and an xterm to all specified hosts. Any text typed into the administration console is replicated to all windows. All windows may also be typed into directly. This tool is intended for (but not…

  • |

    cross-windres (1) Linux Manual Page

    NAME windres – manipulate Windows resources. SYNOPSIS windres [options] [input-file] [output-file] DESCRIPTION windres reads resources from an input file and copies them into an output file. Either file may be in one of three formats: "rc" A text format read by the Resource Compiler. "res" A binary format generated by the Resource Compiler. "coff" A…

  • |

    cross-windmc (1) Linux Manual Page

    NAME windmc – generates Windows message resources. SYNOPSIS windmc [options] input-file DESCRIPTION windmc reads message definitions from an input file (.mc) and translate them into a set of output files. The output files may be of four kinds: "h" A C header file containing the message definitions. "rc" A resource file compilable by the windres…

  • |

    cross-strip (1) Linux Manual Page

    NAME strip – Discard symbols from object files. SYNOPSIS strip [-F bfdname |–target=bfdname] [-I bfdname |–input-target=bfdname] [-O bfdname |–output-target=bfdname] [-s|–strip-all] [-S|-g|-d|–strip-debug] [–strip-dwo] [-K symbolname |–keep-symbol=symbolname] [-N symbolname |–strip-symbol=symbolname] [-w|–wildcard] [-x|–discard-all] [-X |–discard-locals] [-R sectionname |–remove-section=sectionname] [-o file] [-p|–preserve-dates] [-D|–enable-deterministic-archives] [-U|–disable-deterministic-archives] [–keep-file-symbols] [–only-keep-debug] [-v |–verbose] [-V|–version] [–help] [–info] objfile… DESCRIPTION GNU strip discards all symbols from object files objfile. The list of object files may include archives. At least one object file must…

  • |

    cross-strings (1) Linux Manual Page

    NAME strings – print the strings of printable characters in files. SYNOPSIS strings [-afovV] [–min-len]   [-n min-len] [–bytes=min-len]   [-t radix] [–radix=radix]   [-e encoding] [–encoding=encoding]   [–] [–all] [–print-file-name]   [-T bfdname] [–target=bfdname]   [-w] [–include-all-whitespace]   [-s] [–output-separatorsep_string]   [–help] [–version] file… DESCRIPTION For each file given, GNU strings prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are followed by an…

  • |

    cross-size (1) Linux Manual Page

    NAME size – list section sizes and total size. SYNOPSIS size [-A|-B|–format=compatibility]   [–help]   [-d|-o|-x|–radix=number]   [–common]   [-t|–totals]   [–target=bfdname] [-V|–version]   [objfile…] DESCRIPTION The GNU size utility lists the section sizes—and the total size—for each of the object or archive files objfile in its argument list. By default, one line of output is generated for each object file or…

  • |

    cross-readelf (1) Linux Manual Page

    NAME readelf – Displays information about ELF files. SYNOPSIS readelf [-a|–all]   [-h|–file-header]   [-l|–program-headers|–segments]   [-S|–section-headers|–sections]   [-g|–section-groups]   [-t|–section-details]   [-e|–headers]   [-s|–syms|–symbols]   [–dyn-syms]   [-n|–notes]   [-r|–relocs]   [-u|–unwind]   [-d|–dynamic]   [-V|–version-info]   [-A|–arch-specific]   [-D|–use-dynamic]   [-x <number or name>|–hex-dump=<number or name>]   [-p <number or name>|–string-dump=<number or name>]   [-R <number or name>|–relocated-dump=<number or name>]   [-z|–decompress]   [-c|–archive-index]   [-w[lLiaprmfFsoRt]|    –debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index]]   [–dwarf-depth=n]   [–dwarf-start=n]   [-I|–histogram]   [-v|–version]   [-W|–wide]   [-H|–help]   elffile… DESCRIPTION readelf displays…

  • |

    cross-objdump (1) Linux Manual Page

    NAME objdump – display information from object files. SYNOPSIS objdump [-a|–archive-headers]   [-b bfdname|–target=bfdname]   [-C|–demangle[=style] ]   [-d|–disassemble]   [-D|–disassemble-all]   [-z|–disassemble-zeroes]   [-EB|-EL|–endian={big | little }]   [-f|–file-headers]   [-F|–file-offsets]   [–file-start-context]   [-g|–debugging]   [-e|–debugging-tags]   [-h|–section-headers|–headers]   [-i|–info]   [-j section|–section=section]   [-l|–line-numbers]   [-S|–source]   [-m machine|–architecture=machine]   [-M options|–disassembler-options=options]   [-p|–private-headers]   [-P options|–private=options]   [-r|–reloc]   [-R|–dynamic-reloc]   [-s|–full-contents]   [-W[lLiaprmfFsoRt]|    –dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames]            [=aranges,=macro,=frames,=frames-interp,=str,=loc]            [=Ranges,=pubtypes,=trace_info,=trace_abbrev]            [=trace_aranges,=gdb_index]   [-G|–stabs]   [-t|–syms]   [-T|–dynamic-syms]   [-x|–all-headers]   [-w|–wide]   [–start-address=address]   [–stop-address=address]   [–prefix-addresses]   [–[no-]show-raw-insn]   [–adjust-vma=offset]   [–special-syms]   [–prefix=prefix]   [–prefix-strip=level]   [–insn-width=width]…