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
xzcmp
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
.scikit-learn-post-link.sh
null
null
null
null
null
giftool
A filter for transforming GIFS. With no options, it's an expensive copy of a GIF in standard input to standard output. Options specify filtering operations and are performed in the order specified on the command line. The -n option selects images, allowing the tool to act on a subset of images in a multi-image GIF. Thi...
giftool - GIF transformation tool
giftool [-a aspect] [-b bgcolor] [-d delaytime] [-i interlacing] [-n imagelist] [-p left,top] [-s width,height] [-t transcolor] [-u sort-flag] [-x disposal] [-z sort-flag]
null
null
matplotlib
null
null
null
null
null
lzcat
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...
tkconch
null
null
null
null
null
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
jpgicc
lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. jpgicc is a little cms ICC profile applier for JPEG.
jpgicc - little cms ICC profile applier for JPEG.
jpgicc [options] input.jpg output.jpg
-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 Embed destination profile. -g Marks out-of-gamut colors on softproof. -h NUM Show summary of options...
To color correct from scanner to sRGB: jpgicc -iscanner.icm in.jpg out.jpg To convert from monitor1 to monitor2: jpgicc -imon1.icm -omon2.icm in.jpg out.jpg To make a CMYK separation: jpgicc -oprinter.icm inrgb.jpg outcmyk.jpg To recover sRGB from a CMYK separation: jpgicc -iprinter.icm incmyk.jpg outrgb.jpg To convert...
arm64-apple-darwin20.0.0-ctf_insert
ctf_insert inserts CTF (Compact C Type Format) data into a mach_kernel binary, storing the data in a newly created (__CTF,__ctf) section. This section must not be present in the input file. ctf_insert(1) must be passed one -arch argument for each architecture in a universal file, or exactly one -arch for a thin file. ...
ctf_insert - insert Compact C Type Format data into a mach_kernel file
ctf_insert input [ -arch arch file ]... -o output
null
null
mtoc
null
null
null
null
null
ldid
null
null
null
null
null
myisamlog
myisamlog processes the contents of a MyISAM log file. To create such a file, start the server with a --log-isam=log_file option. Invoke myisamlog like this: myisamlog [options] [file_name [tbl_name] ...] The default operation is update (-u). If a recovery is done (-r), all writes and possibly updates and deletes are d...
myisamlog - display MyISAM log file contents
myisamlog [options] [log_file [tbl_name] ...]
null
null
unlz4
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
mergesolv
The mergesolv tool reads all solv files specified on the command line, and writes a merged version to standard output. -X Autoexpand SUSE pattern and product provides into packages. AUTHOR Michael Schroeder <mls@suse.de> libsolv 09/14/2018 MERGESOLV(1)
mergesolv - merge multiple files in solv format into a single one
mergesolv [OPTIONS] FILE1.solv FILE2.solv ...
null
null
fits2bitmap
null
null
null
null
null
qlalr
null
null
null
null
null
navigator-updater
null
null
null
null
null
gdbus
null
null
null
null
null
zstdmt
null
null
null
null
null
uvicorn
null
null
null
null
null
fpack
null
null
null
null
null
marker_single
null
null
null
null
null
verba
null
null
null
null
null
odbc_config
odbc_config provides information about how unixODBC was compiled for your system and architecture. The information generated is useful for building unixODBC clients and similar programs.
odbc_config - Generates compiler information intended for use when developing a unixODBC client
odbc_config [--prefix] [--exec-prefix] [--include-prefix] [--lib-prefix] [--bin-prefix] [--version] [--libs] [--static-libs] [--libtool-libs] [--cflags] [--odbcversion] [--odbcini] [--odbcinstini] [--header] [--ulen]
--prefix Prefix for architecture-independent files. --exec-prefix Prefix for architecture-dependent files. --include-prefix Directory containing C header files for unixODBC. --lib-prefix Directory containing unixODBC shared libraries. --bin-prefix Directory containing unixODBC utilities. --version Current version of un...
null
compile_et
Compile_et converts a table listing error-code names and associated messages into a C source file suitable for use with the com_err(3) library. The source file name must end with a suffix of ``.et''; the file consists of a declaration supplying the name (up to four characters long) of the error-code table: error_table ...
compile_et - error table compiler
compile_et [ --textdomain domain [ --localedir dir ] ] file
null
null
qscxmlc
null
null
null
null
null
numba
null
null
null
null
null
lzdiff
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
h5redeploy
null
null
null
null
null
sclient
sclient is a sample application, primarily useful for testing purposes. It contacts a sample server sserver(8) and authenticates to it using Kerberos version 5 tickets, then displays the server's response. ENVIRONMENT See kerberos(7) for a description of Kerberos environment variables. SEE ALSO kinit(1), sserver(8), ke...
sclient - sample Kerberos version 5 client
sclient remotehost
null
null
blackd
null
null
null
null
null
activate
null
null
null
null
null
msgexec
Applies a command to all translations of a translation catalog. The COMMAND can be any program that reads a translation from standard input. It is invoked once for each translation. Its output becomes msgexec's output. msgexec's return code is the maximum return code across all invocations. A special builtin command...
msgexec - process translations of message catalog
msgexec [OPTION] COMMAND [COMMAND-OPTION]
null
null
jupyter-console
null
null
null
null
null
rst2xml.py
null
null
null
null
null
pyuic5
null
null
null
null
null
glib-genmarshal
null
null
null
null
null
pcre-config
null
null
null
null
null
ngettext
The ngettext program translates a natural language message into the user's language, by looking up the translation in a message catalog, and chooses the appropriate plural form, which depends on the number COUNT and the language of the message catalog where the translation was found. Display native language translation...
ngettext - translate message and choose plural form
ngettext [OPTION] [TEXTDOMAIN] MSGID MSGID-PLURAL COUNT
null
null
imcopy
null
null
null
null
null
marker_api
null
null
null
null
null
rst2odt.py
null
null
null
null
null
pyct
null
null
null
null
null
h5debug
null
null
null
null
null
seg_hack
null
null
null
null
null
qvkgen
null
null
null
null
null
qgltf
null
null
null
null
null
dwebp
This manual page documents the dwebp command. dwebp decompresses WebP files into PNG, PAM, PPM or PGM images. Note: Animated WebP files are not supported.
dwebp - decompress a WebP file to an image file
dwebp [options] input_file.webp
The basic options are: -h Print usage summary. -version Print the version number (as major.minor.revision) and exit. -o string Specify the name of the output file (as PNG format by default). Using "-" as output name will direct output to 'stdout'. -- string Explicitly specify the input file. This option is useful i...
dwebp picture.webp -o output.png dwebp picture.webp -ppm -o output.ppm dwebp -o output.ppm -- ---picture.webp cat picture.webp | dwebp -o - -- - > output.ppm AUTHORS dwebp is a part of libwebp and was written by the WebP team. The latest source tree is available at https://chromium.googlesource.com/webm/libwebp This ma...
convert-caffe2-to-onnx
null
null
null
null
null
jupyter-events
null
null
null
null
null
plasma_store
null
null
null
null
null
ftfy
null
null
null
null
null
arm64-apple-darwin20.0.0-codesign_allocate
codesign_allocate sets up a Mach-O file used by the dynamic linker so space for code signing data of the specified size for the specified architecture is embedded in the Mach-O file. The program must be passed one -a argument or one -A argument for each architecture in a universal file, or exactly one -a or -A for a t...
codesign_allocate - add code signing data to a Mach-O file
codesign_allocate -i oldfile [ -a arch size ]... [ -A cputype cpusubtype size ]... -o newfile
null
null
replace
The replace utility program changes strings in place in files or on the standard input. Note The replace utility is deprecated as of MySQL 5.7.18 and is removed in MySQL 8.0. Invoke replace in one of the following ways: shell> replace from to [from to] ... -- file_name [file_name] ... shell> replace from to [from to] ....
replace - a string-replacement utility
replace arguments
null
null
coloredlogs
null
null
null
null
null
gst-stats-1.0
gst-stats-1.0 is a tool that analyses information collected from a log file based on GStreamer tracer messages.
gst-stats-1.0 - print info gathered from a GStreamer log file
gst-stats-1.0 [OPTION...] FILE
gst-stats-1.0 accepts the following arguments and options: FILE Name of a file -h, --help Print help synopsis and available FLAGS --gst-help-all Show all help options --gst-help-gst Show Gstreamer options SEE ALSO gst-launch-1.0(1) AUTHOR The GStreamer team at http://gstreamer.freedesktop.org/ April 2017 GStream...
null
size
Size (without the -m option) prints the (decimal) number of bytes required by the __TEXT, __DATA and __OBJC segments. All other segments are totaled and that size is listed in the `others' column. The final two columns is the sum in decimal and hexadecimal. If no file is specified, a.out is used. The options to size...
size - print the size of the sections in an object file
size [ option ... ] [ object ... ]
null
null
qdbus
null
null
null
null
null
qdbuscpp2xml
null
null
null
null
null
dask-worker
null
null
null
null
null
pt2to3
null
null
null
null
null
kswitch
kswitch makes the specified credential cache the primary cache for the collection, if a cache collection is available.
kswitch - switch primary ticket cache
kswitch {-c cachename|-p principal}
-c cachename Directly specifies the credential cache to be made primary. -p principal Causes the cache collection to be searched for a cache containing credentials for principal. If one is found, that collection is made primary. ENVIRONMENT See kerberos(7) for a description of Kerberos environment variables. FILES KCM...
null
jupyter-serverextension
null
null
null
null
null
normalizer
null
null
null
null
null
twist
null
null
null
null
null
lzmadec
xzdec is a liblzma-based decompression-only tool for .xz (and only .xz) files. xzdec is intended to work as a drop-in replacement for xz(1) in the most common situations where a script has been written to use xz --decompress --stdout (and possibly a few other commonly used options) to decompress .xz files. lzmadec is...
xzdec, lzmadec - Small .xz and .lzma decompressors
xzdec [option...] [file...] lzmadec [option...] [file...]
-d, --decompress, --uncompress Ignored for xz(1) compatibility. xzdec supports only decompression. -k, --keep Ignored for xz(1) compatibility. xzdec never creates or removes any files. -c, --stdout, --to-stdout Ignored for xz(1) compatibility. xzdec always writes the decompressed data to standard output. -q, --quiet Sp...
null
fax2ps
null
null
null
null
null
genbrk
genbrk reads the break (boundary) rule source code from rule-file and creates a break iteration data file. Normally this data file has the .brk extension. The details of the rule syntax can be found in ICU's User Guide.
genbrk - Compiles ICU break iteration rules source files into binary data files
genbrk [ -h, -?, --help ] [ -V, --version ] [ -c, --copyright ] [ -v, --verbose ] [ -d, --destdir destination ] [ -i, --icudatadir directory ] -r, --rules rule-file -o, --out output-file
-h, -?, --help Print help about usage and exit. -V, --version Print the version of genbrk and exit. -c, --copyright Embeds the standard ICU copyright into the output-file. -v, --verbose Display extra informative messages during execution. -d, --destdir destination Set the destination directory of the output-file to des...
null
surya_layout
null
null
null
null
null
h5repart
null
null
null
null
null
lzgrep
xzgrep invokes grep(1) on uncompressed contents of files. The formats of the files are determined from the filename suffixes. Any file with a suffix supported by xz(1), gzip(1), bzip2(1), lzop(1), zstd(1), or lz4(1) will be decompressed; all other files are assumed to be uncompressed. If no files are specified or file...
xzgrep - search possibly-compressed files for patterns
xzgrep [option...] [pattern_list] [file...] xzegrep ... xzfgrep ... lzgrep ... lzegrep ... lzfgrep ...
null
null
seg_addr_table
null
null
null
null
null
msgunfmt
Convert binary message catalog to Uniforum style .po file. Mandatory arguments to long options are mandatory for short options too. Operation mode: -j, --java Java mode: input is a Java ResourceBundle class --csharp C# mode: input is a .NET .dll file --csharp-resources C# resources mode: input is a .NET .resources file...
msgunfmt - uncompile message catalog from binary format
msgunfmt [OPTION] [FILE]...
null
null
lprodump
null
null
null
null
null
marker
null
null
null
null
null
h5import
null
null
null
null
null
tiffcp
tiffcp combines one or more files created according to the Tag Image File Format, Revision 6.0 into a single TIFF file. Because the output file may be compressed using a different algorithm than the input files, tiffcp is most often used to convert between different compression schemes. By default, tiffcp will copy al...
tiffcp - copy (and possibly convert) a TIFF file
tiffcp [ options ] src1.tif … srcN.tif dst.tif
-a Append to an existing output file instead of overwriting it. -b image subtract the following monochrome image from all others processed. This can be used to remove a noise bias from a set of images. This bias image is typically an image of noise the camera saw with its shutter closed. -B Force output to be...
The following concatenates two files and writes the result using LZW encoding: tiffcp -c lzw a.tif b.tif result.tif To convert a G3 1d-encoded TIFF to a single strip of G4-encoded data the following might be used: tiffcp -c g4 -r 10000 g3.tif g4.tif (1000 is just a number that is larger than the number of rows in the s...
myisam_ftdump
myisam_ftdump displays information about FULLTEXT indexes in MyISAM tables. It reads the MyISAM index file directly, so it must be run on the server host where the table is located. Before using myisam_ftdump, be sure to issue a FLUSH TABLES statement first if the server is running. myisam_ftdump scans and dumps the en...
myisam_ftdump - display full-text index information
myisam_ftdump [options] tbl_name index_num
null
null
lzmore
xzmore displays text from compressed files to a terminal using more(1). Files supported by xz(1) are decompressed; other files are assumed to be in uncompressed form already. If no files are given, xzmore reads from standard input. See the more(1) manual for the keyboard commands. Note that scrolling backwards might ...
xzmore, lzmore - view xz or lzma compressed (text) files
xzmore [file...] lzmore [file...]
null
null
conda-metapackage
null
null
null
null
null
innochecksum
innochecksum prints checksums for InnoDB files. This tool reads an InnoDB tablespace file, calculates the checksum for each page, compares the calculated checksum to the stored checksum, and reports mismatches, which indicate damaged pages. It was originally developed to speed up verifying the integrity of tablespace f...
innochecksum - offline InnoDB file checksum utility
innochecksum [options] file_name
null
null
jupyter-trust
null
null
null
null
null
jsonpointer
null
null
null
null
null
h5fc
null
null
null
null
null
jsonpatch
null
null
null
null
null
jq
null
jq - Command-line JSON processor
jq [options...] filter [files...] jq can transform JSON in various ways, by selecting, iterating, reducing and otherwise mangling JSON documents. For instance, running the command jq ´map(.price) | add´ will take an array of JSON objects as input and return the sum of their "price" fields. jq can accept text input as w...
null
null
testsolv
The testsolv tools can be used to run a testcase. Testcases can either be manually created to test specific features, or they can be written by libsolv’s testcase_write function. This is useful to evaluate bug reports about the solver. -v Increase the debug level of the solver. This option can be specified multiple tim...
testsolv - run a libsolv testcase through the solver
testsolv [OPTIONS] TESTCASE
null
null
ranlib
The libtool command takes the specified input object files and creates a library for use with the link editor, ld(1). The library's name is specified by output (the argument to the -o flag). The input object files may be in any correct format that contains object files (``universal'' files, archives, object files). ...
libtool - create libraries ranlib - add or update the table of contents of archive libraries
libtool -static -o output [ -sacLTD ] [ - ] [ -arch_only arch_type ] [ -no_warning_for_no_symbols ] file... [-filelist listfile[,dirname]] libtool -dynamic -o output [ -install_name name ] [ -compatibility_version number ] [ -current_version number ] [ link editor flags ] [ -v ] [ -noall_load ] [ - ] [ -arch_only arch...
The following options pertain to libtool only. @file Arguments beginning with @ are replaced by arguments read from the specified file, as an alternative to listing those arguments on the command line. The files simply contain libtool options and files separated by whitespace: spaces, tabs, and newlines. Characters ca...
null
jupyter-nbclassic-extension
null
null
null
null
null
tput
The tput utility uses the terminfo database to make the values of terminal-dependent capabilities and information available to the shell (see sh(1)), to initialize or reset the terminal, or return the long name of the requested terminal type. The result depends upon the capability's type: string tput writes the string...
tput, reset - initialize a terminal or query terminfo database
tput [-Ttype] capname [parms ... ] tput [-Ttype] init tput [-Ttype] reset tput [-Ttype] longname tput -S << tput -V
null
tput init Initialize the terminal according to the type of terminal in the environmental variable TERM. This command should be included in everyone's .profile after the environmental variable TERM has been exported, as illustrated on the profile(5) manual page. tput -T5620 reset Reset an AT&T 5620 terminal, overriding...
virtualenv
null
null
null
null
null
sqlite3_analyzer
null
null
null
null
null
conda-token
null
null
null
null
null
holoviews
null
null
null
null
null
qtdiag
null
null
null
null
null
syncqt.pl
null
null
null
null
null
openssl
OpenSSL is a cryptography toolkit implementing the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) network protocols and related cryptography standards required by them. The openssl program is a command line program for using the various cryptography functions of OpenSSL's crypto library from the shell. ...
openssl - OpenSSL command line program
openssl command [ options ... ] [ parameters ... ] openssl no-XXX [ options ] openssl -help | -version
Details of which options are available depend on the specific command. This section describes some common options with common behavior. Program Options These options can be specified without a command specified to get help or version information. -help Provides a terse summary of all options. For more detailed informa...
null
derb
derb reads the compiled resource bundle files passed on the command line and write them back in text form. The resulting text files have a .txt extension while compiled resource bundle source files typically have a .res extension. It is customary to name the resource bundles by their locale name, i.e. to use a local i...
derb - disassemble a resource bundle
derb [ -h, -?, --help ] [ -V, --version ] [ -v, --verbose ] [ -e, --encoding encoding ] [ --bom ] [ -t, --truncate [ size ] ] [ -s, --sourcedir source ] [ -d, --destdir destination ] [ -i, --icudatadir directory ] [ -c, --to-stdout ] bundle ...
-h, -?, --help Print help about usage and exit. -V, --version Print the version of derb and exit. -v, --verbose Display extra informative messages during execution. -A, --suppressAliases Don't follow aliases when producing output. -e, --encoding encoding Set the encoding used to write output files to encoding. The defa...
null
arm64-apple-darwin20.0.0-vtool
null
null
null
null
null
zopflipng
null
null
null
null
null