command stringlengths 1 42 | description stringlengths 29 182k ⌀ | name stringlengths 7 64.9k ⌀ | synopsis stringlengths 4 85.3k ⌀ | options stringclasses 593
values | examples stringclasses 455
values |
|---|---|---|---|---|---|
epylint | null | null | null | null | null |
jupyter-lab | null | null | null | null | null |
gresource | null | null | null | null | null |
jsonschema | null | null | null | null | null |
surya_detect | null | null | null | null | null |
myisamchk | The myisamchk utility gets information about your database tables or checks, repairs, or optimizes them. myisamchk works with MyISAM tables (tables that have .MYD and .MYI files for storing data and indexes). You can also use the CHECK TABLE and REPAIR TABLE statements to check and repair MyISAM tables. See Section 13... | myisamchk - MyISAM table-maintenance utility | myisamchk [options] tbl_name ... | null | null |
xxhsum | Print or check xxHash (32, 64 or 128 bits) checksums. When no FILE, read standard input, except if it´s the console. When FILE is -, read standard input even if it´s the console. xxhsum supports a command line syntax similar but not identical to md5sum(1). Differences are: xxhsum doesn´t have text/binary mode switch (-... | xxhsum - print or check xxHash non-cryptographic checksums | xxhsum [<OPTION>] ... [<FILE>] ... xxhsum -b [<OPTION>] ... xxh32sum is equivalent to xxhsum -H0 xxh64sum is equivalent to xxhsum -H1 xxh128sum is equivalent to xxhsum -H2 | -V, --version Displays xxhsum version and exits -HHASHTYPE Hash selection. HASHTYPE means 0=32bits, 1=64bits, 2=128bits. Alternatively, HASHTYPE 32=32bits, 64=64bits, 128=128bits. Default value is 1 (64bits) --tag Output in the BSD style. --little-endian Set output hexadecimal checksum value as little endian conventio... | Output xxHash (64bit) checksum values of specific files to standard output $ xxhsum -H1 foo bar baz Output xxHash (32bit and 64bit) checksum values of specific files to standard output, and redirect it to xyz.xxh32 and qux.xxh64 $ xxhsum -H0 foo bar baz > xyz.xxh32 $ xxhsum -H1 foo bar baz > qux.xxh64 Read xxHash sums ... |
orc-contents | null | null | null | null | null |
gss-client | null | null | null | null | null |
datashader | null | null | null | null | null |
2to3-3.11 | null | null | null | null | null |
pyrsa-decrypt | null | null | null | null | null |
wsdump | null | null | null | null | null |
imageio_download_bin | null | null | null | null | null |
mysql_secure_installation | This program enables you to improve the security of your MySQL installation in the following ways: • You can set a password for root accounts. • You can remove root accounts that are accessible from outside the local host. • You can remove anonymous-user accounts. • You can remove the test database (which by de... | mysql_secure_installation - improve MySQL installation security | mysql_secure_installation | null | null |
tqdm | null | null | null | null | null |
xxh128sum | Print or check xxHash (32, 64 or 128 bits) checksums. When no FILE, read standard input, except if it´s the console. When FILE is -, read standard input even if it´s the console. xxhsum supports a command line syntax similar but not identical to md5sum(1). Differences are: xxhsum doesn´t have text/binary mode switch (-... | xxhsum - print or check xxHash non-cryptographic checksums | xxhsum [<OPTION>] ... [<FILE>] ... xxhsum -b [<OPTION>] ... xxh32sum is equivalent to xxhsum -H0 xxh64sum is equivalent to xxhsum -H1 xxh128sum is equivalent to xxhsum -H2 | -V, --version Displays xxhsum version and exits -HHASHTYPE Hash selection. HASHTYPE means 0=32bits, 1=64bits, 2=128bits. Alternatively, HASHTYPE 32=32bits, 64=64bits, 128=128bits. Default value is 1 (64bits) --tag Output in the BSD style. --little-endian Set output hexadecimal checksum value as little endian conventio... | Output xxHash (64bit) checksum values of specific files to standard output $ xxhsum -H1 foo bar baz Output xxHash (32bit and 64bit) checksum values of specific files to standard output, and redirect it to xyz.xxh32 and qux.xxh64 $ xxhsum -H0 foo bar baz > xyz.xxh32 $ xxhsum -H1 foo bar baz > qux.xxh64 Read xxHash sums ... |
keyring | null | null | null | null | null |
ahost | Look up the DNS A or AAAA record associated with HOST (a hostname or an IP address). This utility comes with the c-ares asynchronous resolver library. | ahost - print the A or AAAA record associated with a hostname or IP address | ahost [OPTION]... HOST... | -d Print some extra debugging output. -h, -? Display this help and exit. -t type If type is "a", print the A record. If type is "aaaa", print the AAAA record. If type is "u", look for both AAAA and A records (default). -s server Set the server list to use for DNS lookups. -D domain Specify the domain to search ins... | null |
cbrunsli | null | null | null | null | null |
gettext | The gettext program translates a natural language message into the user's language, by looking up the translation in a message catalog. Display native language translation of a textual message. -d, --domain=TEXTDOMAIN retrieve translated messages from TEXTDOMAIN -c, --context=CONTEXT specify context for MSGID -e en... | gettext - translate message | gettext [OPTION] [[TEXTDOMAIN] MSGID] gettext [OPTION] -s [MSGID]... | null | null |
gtester-report | null | null | null | null | null |
sqlite3 | To start a sqlite3 interactive session, invoke the sqlite3 command and optionally provide the name of a database file. If the database file does not exist, it will be created. If the database file does exist, it will be opened. For example, to create a new database file named "mydata.db", create a table named "memos" ... | sqlite3 - A command line interface for SQLite version 3 | sqlite3 [options] [databasefile] [SQL] SUMMARY sqlite3 is a terminal-based front-end to the SQLite library that can evaluate queries interactively and display the results in multiple formats. sqlite3 can also be used within shell scripts and other applications to provide batch processing features. | sqlite3 has the following options: -bail Stop after hitting an error. -batch Force batch I/O. -column Query results will be displayed in a table like form, using whitespace characters to separate the columns and align the output. -cmd command run command before reading stdin -csv Set output mode to CSV (comma separa... | null |
markdown-it | null | null | null | null | null |
infocmp | infocmp can be used to compare a binary terminfo entry with other terminfo entries, rewrite a terminfo description to take advantage of the use= terminfo field, or print out a terminfo description from the binary file (term) in a variety of formats. In all cases, the boolean fields will be printed first, followed by t... | infocmp - compare or print out terminfo descriptions | infocmp [-1CDEFGIKLTUVcdegilnpqrtux] [-v n] [-s d| i| l| c] [-R subset] [-w width] [-A directory] [-B directory] [termname...] | null | null |
arm64-apple-darwin20.0.0-ar | null | null | null | null | null |
huggingface-cli | null | null | null | null | null |
nm | As of Xcode 8.0 the default nm(1) tool is llvm-nm(1). For the most part nm(1) and llvm-nm(1) have the same options; notable exceptions include -f, -s, and -L as described below. This document explains options common between the two commands as well as some historically relevant options supported by nm-classic(1). Mor... | nm - display name list (symbol table) | llvm-nm [ -agnoprumxjlPA ] [ - ] [ -t format ] [[ -arch arch_flag ]...] [ file ... ] [ -s segname sectname ] nm-classic [ -agnoprumxjlfPA [ s segname sectname ]] [ - ] [ -t format ] [[ -arch arch_flag ]...] [ file ... ] | null | null |
gettext.sh | null | null | null | null | null |
jupyter-troubleshoot | null | null | null | null | null |
xzless | xzless is a filter that displays text from compressed files to a terminal. Files supported by xz(1) are decompressed; other files are assumed to be in uncompressed form already. If no files are given, xzless reads from standard input. xzless uses less(1) to present its output. Unlike xzmore, its choice of pager cann... | xzless, lzless - view xz or lzma compressed (text) files | xzless [file...] lzless [file...] | null | null |
pal2rgb | null | null | null | null | null |
arm64-apple-darwin20.0.0-install_name_tool | Install_name_tool changes the dynamic shared library install names and or adds, changes or deletes the rpaths recorded in a Mach-O binary. For this tool to work when the install names or rpaths are larger the binary should be built with the ld(1) -headerpad_max_install_names option. -change old new Changes the dependen... | install_name_tool - change dynamic shared library install names | install_name_tool [-change old new ] ... [-rpath old new ] ... [-add_rpath new ] ... [-delete_rpath new ] ... [-id name] file | null | null |
tiff2fsspec | null | null | null | null | null |
xxh32sum | Print or check xxHash (32, 64 or 128 bits) checksums. When no FILE, read standard input, except if it´s the console. When FILE is -, read standard input even if it´s the console. xxhsum supports a command line syntax similar but not identical to md5sum(1). Differences are: xxhsum doesn´t have text/binary mode switch (-... | xxhsum - print or check xxHash non-cryptographic checksums | xxhsum [<OPTION>] ... [<FILE>] ... xxhsum -b [<OPTION>] ... xxh32sum is equivalent to xxhsum -H0 xxh64sum is equivalent to xxhsum -H1 xxh128sum is equivalent to xxhsum -H2 | -V, --version Displays xxhsum version and exits -HHASHTYPE Hash selection. HASHTYPE means 0=32bits, 1=64bits, 2=128bits. Alternatively, HASHTYPE 32=32bits, 64=64bits, 128=128bits. Default value is 1 (64bits) --tag Output in the BSD style. --little-endian Set output hexadecimal checksum value as little endian conventio... | Output xxHash (64bit) checksum values of specific files to standard output $ xxhsum -H1 foo bar baz Output xxHash (32bit and 64bit) checksum values of specific files to standard output, and redirect it to xyz.xxh32 and qux.xxh64 $ xxhsum -H0 foo bar baz > xyz.xxh32 $ xxhsum -H1 foo bar baz > qux.xxh64 Read xxHash sums ... |
zstd | zstd is a fast lossless compression algorithm and data compression tool, with command line syntax similar to gzip(1) and xz(1). It is based on the LZ77 family, with further FSE & huff0 entropy stages. zstd offers highly configurable compression speed, from fast modes at > 200 MB/s per core, to strong modes with excelle... | zstd - zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files | zstd [OPTIONS] [-|INPUT-FILE] [-o OUTPUT-FILE] zstdmt is equivalent to zstd -T0 unzstd is equivalent to zstd -d zstdcat is equivalent to zstd -dcf | Integer Suffixes and Special Values In most places where an integer argument is expected, an optional suffix is supported to easily indicate large integers. There must be no space between the integer and the suffix. KiB Multiply the integer by 1,024 (2^10). Ki, K, and KB are accepted as synonyms for KiB. MiB Mult... | null |
qtpaths | null | null | null | null | null |
msgcmp | Compare two Uniforum style .po files to check that both contain the same set of msgid strings. The def.po file is an existing PO file with the translations. The ref.pot file is the last created PO file, or a PO Template file (generally created by xgettext). This is useful for checking that you have translated each a... | msgcmp - compare message catalog and template | msgcmp [OPTION] def.po ref.pot | null | null |
lzcmp | xzcmp and xzdiff compare uncompressed contents of two files. Uncompressed data and options are passed to cmp(1) or diff(1) unless --help or --version is specified. If both file1 and file2 are specified, they can be uncompressed files or files in formats that xz(1), gzip(1), bzip2(1), lzop(1), zstd(1), or lz4(1) can dec... | xzcmp, xzdiff, lzcmp, lzdiff - compare compressed files | xzcmp [option...] file1 [file2] xzdiff ... lzcmp ... lzdiff ... | null | null |
sphinx-apidoc | null | null | null | null | null |
orc-memory | null | null | null | null | null |
mysql_ssl_rsa_setup | Note mysql_ssl_rsa_setup is deprecated. Instead, consider using MySQL server to generate missing SSL and RSA files automatically at startup (see the section called “Automatic SSL and RSA File Generation”). This program creates the SSL certificate and key files and RSA key-pair files required to support secure connectio... | mysql_ssl_rsa_setup - create SSL/RSA files | mysql_ssl_rsa_setup [options] | null | null |
jupyter-nbclassic-bundlerextension | null | null | null | null | null |
check_dylib | null | null | null | null | null |
mysql | mysql is a simple SQL shell with input line editing capabilities. It supports interactive and noninteractive use. When used interactively, query results are presented in an ASCII-table format. When used noninteractively (for example, as a filter), the result is presented in tab-separated format. The output format can b... | mysql - the MySQL command-line client | mysql [options] db_name | null | null |
fastapi | null | null | null | null | null |
pcre2-config | pcre2-config returns the configuration of the installed PCRE2 libraries and the options required to compile a program to use them. Some of the options apply only to the 8-bit, or 16-bit, or 32-bit libraries, respectively, and are not available for libraries that have not been built. If an unavailable option is encounte... | pcre2-config - program to return PCRE2 configuration | pcre2-config [--prefix] [--exec-prefix] [--version] [--libs8] [--libs16] [--libs32] [--libs-posix] [--cflags] [--cflags-posix] | --prefix Writes the directory prefix used in the PCRE2 installation for architecture independent files (/usr on many systems, /usr/local on some systems) to the standard output. --exec-prefix Writes the directory prefix used in the PCRE2 installation for architecture dependent files (normally the same as --prefix) to ... | null |
rst2html5.py | null | null | null | null | null |
lconvert | null | null | null | null | null |
pygmentize | null | null | null | null | null |
twistd | null | null | null | null | null |
xzcat | xz is a general-purpose data compression tool with command line syntax similar to gzip(1) and bzip2(1). The native file format is the .xz format, but the legacy .lzma format used by LZMA Utils and raw compressed streams with no container format headers are also supported. In addition, decompression of the .lz format u... | xz, unxz, xzcat, lzma, unlzma, lzcat - Compress or decompress .xz and .lzma files | xz [option...] [file...] COMMAND ALIASES unxz is equivalent to xz --decompress. xzcat is equivalent to xz --decompress --stdout. lzma is equivalent to xz --format=lzma. unlzma is equivalent to xz --format=lzma --decompress. lzcat is equivalent to xz --format=lzma --decompress --stdout. When writing scripts that need to... | Integer suffixes and special values In most places where an integer argument is expected, an optional suffix is supported to easily indicate large integers. There must be no space between the integer and the suffix. KiB Multiply the integer by 1,024 (2^10). Ki, k, kB, K, and KB are accepted as synonyms for KiB. Mi... | Basics Compress the file foo into foo.xz using the default compression level (-6), and remove foo if compression is successful: xz foo Decompress bar.xz into bar and don't remove bar.xz even if decompression is successful: xz -dk bar.xz Create baz.tar.xz with the preset -4e (-4 --extreme), which is slower than the defa... |
qmlcachegen | null | null | null | null | null |
myisampack | The myisampack utility compresses MyISAM tables. myisampack works by compressing each column in the table separately. Usually, myisampack packs the data file 40% to 70%. When the table is used later, the server reads into memory the information needed to decompress columns. This results in much better performance when... | myisampack - generate compressed, read-only MyISAM tables | myisampack [options] file_name ... | null | null |
qdarkstyle.utils | null | null | null | null | null |
pcre2posix_test | null | null | null | null | null |
jupyter-migrate | null | null | null | null | null |
dav1d | null | null | null | null | null |
ar | The ar utility creates and maintains groups of files combined into an archive. Once an archive has been created, new files can be added and existing files can be extracted, deleted, or replaced. Files are named in the archive by a single component, i.e., if a file referenced by a path containing a slash (``/'') is arc... | ar – create and maintain library archives | ar -d [-TLsv] archive file ... ar -m [-TLsv] archive file ... ar -m [-abiTLsv] position archive file ... ar -p [-TLsv] archive [file ...] ar -q [-cTLsv] archive file ... ar -r [-cuTLsv] archive file ... ar -r [-abciuTLsv] position archive file ... ar -t [-TLsv] archive [file ...] ar -x [-ouTLsv] archive [file ...] | null | null |
transicc | lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. transicc is a lcms ColorSpace conversion calculator. | transicc - little cms ColorSpace conversion calculator. | transicc [options] [CGATSINPUT] [CGATSOUTPUT] | -b Black point compensation. -c NUM Precalculates transform (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1]. -d NUM Observer adaptation state (abs.col. only), (0..1.0, float value) [defaults to 0.0]. -e Encoded representation of numbers is not float (Option -w=use 16 bits, Option -x=hexadecimal). -g Ma... | null |
conda-skeleton | null | null | null | null | null |
arm64-apple-darwin20.0.0-nm | As of Xcode 8.0 the default nm(1) tool is llvm-nm(1). For the most part nm(1) and llvm-nm(1) have the same options; notable exceptions include -f, -s, and -L as described below. This document explains options common between the two commands as well as some historically relevant options supported by nm-classic(1). Mor... | nm - display name list (symbol table) | llvm-nm [ -agnoprumxjlPA ] [ - ] [ -t format ] [[ -arch arch_flag ]...] [ file ... ] [ -s segname sectname ] nm-classic [ -agnoprumxjlfPA [ s segname sectname ]] [ - ] [ -t format ] [[ -arch arch_flag ]...] [ file ... ] | null | null |
wrjpgcom | wrjpgcom reads the named JPEG/JFIF file, or the standard input if no file is named, and generates a new JPEG/JFIF file on standard output. A comment block is added to the file. The JPEG standard allows "comment" (COM) blocks to occur within a JPEG file. Although the standard doesn't actually define what COM blocks are... | wrjpgcom - insert text comments into a JPEG file | wrjpgcom [ -replace ] [ -comment text ] [ -cfile name ] [ filename ] | Switch names may be abbreviated, and are not case sensitive. -replace Delete any existing COM blocks from the file. -comment text Supply text for new COM block on command line. -cfile name Read text for new COM block from named file. If you have only one line of comment text to add, you can provide it on the command li... | Add a short comment to in.jpg, producing out.jpg: wrjpgcom -c "View of my back yard" in.jpg > out.jpg Attach a long comment previously stored in comment.txt: wrjpgcom in.jpg < comment.txt > out.jpg or equivalently wrjpgcom -cfile comment.txt < in.jpg > out.jpg SEE ALSO cjpeg(1), djpeg(1), jpegtran(1), rdjpgcom(1) AUTHO... |
mysql_embedded | null | null | null | null | null |
pkgdata | pkgdata takes a set of data files and packages them for use by ICU or applications that use ICU. The typical reason to package files using pkgdata is to make their distribution easier and their loading by ICU faster and less consuming of limited system resources such as file descriptors. Packaged data also allow appli... | pkgdata - package data for use by ICU | pkgdata [ -h, -?, --help ] [ -v, --verbose ] [ -c, --copyright | -C, --comment comment ] [ -m, --mode mode ] -p, --name name -O, --bldopt options [ -e, --entrypoint name ] [ -r, --revision version ] [ -F, --rebuild ] [ -I, --install ] [ -s, --sourcedir source ] [ -d, --destdir destination ] [ -T, --tempdir directory ] ... | -h, -?, --help Print help about usage and exit. -v, --verbose Display extra informative messages during execution. -c, --copyright Include a copyright notice in the binary data. -C, --comment comment Includes the specified comment in the resulting data instead of the ICU copyright notice. -m, --mode mode Set the packag... | null |
conda2solv | null | null | null | null | null |
anaconda-project | null | null | null | null | null |
deactivate | null | null | null | null | null |
grpc_php_plugin | null | null | null | null | null |
lz4c | lz4 is an extremely fast lossless compression algorithm, based on byte-aligned LZ77 family of compression scheme. lz4 offers compression speeds > 500 MB/s per core, linearly scalable with multi-core CPUs. It features an extremely fast decoder, offering speed in multiple GB/s per core, typically reaching RAM speed limit... | lz4 - lz4, unlz4, lz4cat - Compress or decompress .lz4 files | lz4 [OPTIONS] [-|INPUT-FILE] OUTPUT-FILE unlz4 is equivalent to lz4 -d lz4cat is equivalent to lz4 -dcfm When writing scripts that need to decompress files, it is recommended to always use the name lz4 with appropriate arguments (lz4 -d or lz4 -dc) instead of the names unlz4 and lz4cat. | Short commands concatenation In some cases, some options can be expressed using short command -x or long command --long-word. Short commands can be concatenated together. For example, -d -c is equivalent to -dc. Long commands cannot be concatenated. They must be clearly separated by a space. Multiple commands When mult... | null |
arm64-apple-darwin20.0.0-cmpdylib | cmpdylib compares two versions of a dynamic shared library to see if they are compatible with each other. If the two versions are incompatible, the reason is printed to stdout, and the exit status is nonzero. If they are compatible, nothing is printed, and the exit status is zero. To see if the two versions are compati... | cmpdylib - compare two dynamic shared libraries for compatibility | cmpdylib oldLibrary newLibrary | oldLibrary The older version of the library. newLibrary The newer version of the library. | This example shows the result of performing cmpdylib on two incompatible versions of the Foundation library. As stated, the versions are incompatible because the newer version was not built for the ppc architecture. cmpdylib /System/Library/Frameworks/Foundation.framework/Foundation Foundation_proj/Foundation cmpdylib:... |
mysql_client_test_embedded | null | null | null | null | null |
jupyter-fileid | null | null | null | null | null |
qmllint | null | null | null | null | null |
arm64-apple-darwin20.0.0-as | The as command translates assembly code in the named files to object code. If no files are specified, as reads from stdin. All undefined symbols in the assembly are treated as global. The output of the assembly is left in the file a.out by default. The program /usr/bin/as is actually a driver that executes assembler... | as - Mac OS X Mach-O GNU-based assemblers | as [ option ... ] [ file ... ] | -o name Name the output file name instead of a.out. -arch arch_type Specifies the target architecture, arch_type, of the assembler to be executed. The target assemblers for each architecture are in /usr/libexec/gcc/darwin/arch_type/as or /usr/local/libexec/gcc/darwin/arch_type/as. There is only one assembler for an a... | null |
dask-scheduler | null | null | null | null | null |
gifbuild | null | gifbuild - dump GIF data in a textual format, or undump it to a GIF | gifbuild [-v] [-a] [-d] [-t translation-table] [-h] [gif-file] | A program to convert a series of editable text GIF icon specifications and named GIF files into a multi-image GIF, usable as a graphic resource file. It can also dump existing GIFs in this format. When dumping a GIF, certain sanity checks are performed which may result in a warning emitted to standard error. If no GIF ... | null |
arm64-apple-darwin20.0.0-nmedit | Nmedit changes the global symbols not listed in the list_file file of the -s list_file option to static symbols. Undefined symbols and common symbols are not affected and shouldn't be listed in list_file. For dynamic libraries symbols are turned into private extern symbols that are no longer external (rather than stat... | nmedit - change global symbols to local symbols | nmedit -s list_file [-R list_file] [-p] [-A] [-] [[-arch arch_type] ...] object_file ... [-o output] | null | null |
lipo | The lipo tool creates or operates on ``universal'' (multi-architecture) files. Generally, lipo reads a single input file and writes to a single output file, although some commands and options accept multiple input files. lipo will only ever write to a single output file, and input files are never modified in place. li... | lipo - create or operate on universal files | lipo input_file command [option...] | -arch arch_type input_file Tells lipo that input_file contains the specified architecture type. The -arch arch_type specification is unnecessary if input_file is an object file, a universal file, or some other file whose architecture(s) lipo can figure out. -hideARM64 When creating a universal binary including both 32... | null |
orc-scan | null | null | null | null | null |
conda-convert | null | null | null | null | null |
h5diff | null | null | null | null | null |
intake-server | null | null | null | null | null |
bsdcat | bsdcat expands files to standard output. | bsdcat – expand files to standard output | bsdcat [options] [files] | bsdcat typically takes a filename as an argument or reads standard input when used in a pipe. In both cases decompressed data it written to standard output. | To decompress a file: bsdcat example.txt.gz > example.txt To decompress standard input in a pipe: cat example.txt.gz | bsdcat > example.txt Both examples achieve the same results - a decompressed file by redirecting output. SEE ALSO bzcat(1), uncompress(1), xzcat(1), zcat(1), libarchive-formats(5) macOS 14.5 March 1... |
msgcat | Concatenates and merges the specified PO files. Find messages which are common to two or more of the specified PO files. By using the --more-than option, greater commonality may be requested before messages are printed. Conversely, the --less-than option may be used to specify less commonality before messages are pri... | msgcat - combines several message catalogs | msgcat [OPTION] [INPUTFILE]... | null | null |
aomenc | null | null | null | null | null |
zstdcat | zstd is a fast lossless compression algorithm and data compression tool, with command line syntax similar to gzip(1) and xz(1). It is based on the LZ77 family, with further FSE & huff0 entropy stages. zstd offers highly configurable compression speed, from fast modes at > 200 MB/s per core, to strong modes with excelle... | zstd - zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files | zstd [OPTIONS] [-|INPUT-FILE] [-o OUTPUT-FILE] zstdmt is equivalent to zstd -T0 unzstd is equivalent to zstd -d zstdcat is equivalent to zstd -dcf | Integer Suffixes and Special Values In most places where an integer argument is expected, an optional suffix is supported to easily indicate large integers. There must be no space between the integer and the suffix. KiB Multiply the integer by 1,024 (2^10). Ki, K, and KB are accepted as synonyms for KiB. MiB Mult... | null |
jp.py | null | null | null | null | null |
tabulate | null | null | null | null | null |
fitsinfo | null | null | null | null | null |
protoc | null | null | null | null | null |
texify | null | null | null | null | null |
fitsheader | null | null | null | null | null |
gif2webp | This manual page documents the gif2webp command. gif2webp converts a GIF image to a WebP image. | gif2webp - Convert a GIF image to WebP | gif2webp [options] input_file.gif -o output_file.webp | The basic options are: -o string Specify the name of the output WebP file. If omitted, gif2webp will perform conversion but only report statistics. Using "-" as output name will direct output to 'stdout'. -- string Explicitly specify the input file. This option is useful if the input file starts with an '-' for instan... | gif2webp picture.gif -o picture.webp gif2webp -q 70 picture.gif -o picture.webp gif2webp -lossy -m 3 picture.gif -o picture_lossy.webp gif2webp -lossy -f 50 picture.gif -o picture.webp gif2webp -q 70 -o picture.webp -- ---picture.gif cat picture.gif | gif2webp -o - -- - > output.webp AUTHORS gif2webp is a part of libwe... |
h5clear | null | null | null | null | null |
pyrsa-encrypt | null | null | null | null | null |
psicc | lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. psicc is a little cms PostScript converter. | psicc - little cms PostScript converter. | psicc [options] | -b Black point compensation (CRD only). -c precision Precision (0=LowRes, 1=Normal, 2=Hi-res) (CRD only) [defaults to 1]. -i profile Input profile: Generates Color Space Array (CSA). -n gridpoints Alternate way to set precision, number of CLUT points (CRD only). -o profile Output profile: Generates Color Rendering ... | null |
pcretest | null | null | null | null | null |
recode-sr-latin | Recode Serbian text from Cyrillic to Latin script. The input text is read from standard input. The converted text is output to standard output. Informative output: -h, --help display this help and exit -V, --version output version information and exit AUTHOR Written by Danilo Segan and Bruno Haible. REPORTING BUGS Re... | recode-sr-latin - convert Serbian text from Cyrillic to Latin script | recode-sr-latin [OPTION] | null | null |
glib-gettextize | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.