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 |
|---|---|---|---|---|---|
ssimulacra2 | null | null | null | null | null |
sacremoses | null | null | null | null | null |
yapf-diff | null | null | null | null | null |
accelerate | null | null | null | null | null |
pydoc3.12 | null | null | null | null | null |
gmkdir | Create the DIRECTORY(ies), if they do not already exist. Mandatory arguments to long options are mandatory for short options too. -m, --mode=MODE set file mode (as in chmod), not a=rwx - umask -p, --parents no error if existing, make parent directories as needed, with their file modes unaffected by any -m option. -v, -... | mkdir - make directories | mkdir [OPTION]... DIRECTORY... | null | null |
cert_req | null | null | null | null | null |
linkicc | lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. linkicc is a little cms device link generator. Links two or more profiles into a single devicelink profile. Colorspaces must be paired except Lab/XYZ, that can be interchanged. | linkicc - little cms device link generator. | linkicc [options] profiles | -a NUM Observer adaptation state (abs.col. only), (0..1.0, float value) [defaults to 1.0]. -b Black point compensation. -c precision Precision (0=LowRes, 1=Normal, 2=Hi-res) [defaults to 1]. -d description Description text (quotes can be used). -h NUM Show summary of options and examples (0=help, 1=Built-in profile... | To create 'devicelink.icm' from a.icc to b.icc: linkicc a.icc b.icc To create 'out.icc' from sRGB to cmyk.icc: linkicc -o out.icc *sRGB cmyk.icc To create a sRGB input profile working in Lab: linkicc -x -o sRGBLab.icc *sRGB *Lab To create a XYZ -> sRGB output profile: linkicc -x -o sRGBLab.icc *XYZ *sRGB To create a ab... |
msgcomm | 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 printed (i.e. --less-than=2 will only print the un... | msgcomm - match two message catalogs | msgcomm [OPTION] [INPUTFILE]... | null | null |
fourcc2pixfmt | null | null | null | null | null |
gkill | Send signals to processes, or list signals. Mandatory arguments to long options are mandatory for short options too. -s, --signal=SIGNAL, -SIGNAL specify the name or number of the signal to be sent -l, --list list signal names, or convert signal names to/from numbers -t, --table print a table of signal information --he... | kill - send signals to processes, or list signals | kill [-s SIGNAL | -SIGNAL] PID... kill -l [SIGNAL]... kill -t [SIGNAL]... | null | null |
git-receive-pack | Invoked by git send-pack and updates the repository with the information fed from the remote end. This command is usually not invoked directly by the end user. The UI for the protocol is on the git send-pack side, and the program pair is meant to be used to push updates to remote repository. For pull operations, see gi... | git-receive-pack - Receive what is pushed into the repository | git receive-pack <git-dir> | <git-dir> The repository to sync into. --http-backend-info-refs Used by git-http-backend(1) to serve up $GIT_URL/info/refs?service=git-receive-pack requests. See --http-backend-info-refs in git-upload-pack(1). PRE-RECEIVE HOOK Before any ref is updated, if $GIT_DIR/hooks/pre-receive file exists and is executable, it wi... | null |
ecdh_curve25519 | null | null | null | null | null |
pycodestyle | null | null | null | null | null |
fc-list | null | null | null | null | null |
fido2-token | fido2-token manages a FIDO2 authenticator. The options are as follows: -C device Changes the PIN of device. The user will be prompted for the current and new PINs. -D -i id device Deletes the resident credential specified by id from device, where id is the credential's base64-encoded id. The user will be prompted for... | fido2-token – find and manage a FIDO2 authenticator | fido2-token -C [-d] device fido2-token -D [-d] -i cred_id device fido2-token -D -b [-d] -k key_path device fido2-token -D -b [-d] -n rp_id [-i cred_id] device fido2-token -D -e [-d] -i template_id device fido2-token -D -u [-d] device fido2-token -G -b [-d] -k key_path blob_path device fido2-token -G -b [-d] -n rp_id [-... | null | null |
rtmpsuck | null | null | null | null | null |
protoc-gen-upb-27.1.0 | null | null | null | null | null |
guniq | Filter adjacent matching lines from INPUT (or standard input), writing to OUTPUT (or standard output). With no options, matching lines are merged to the first occurrence. Mandatory arguments to long options are mandatory for short options too. -c, --count prefix lines by the number of occurrences -d, --repeated only pr... | uniq - report or omit repeated lines | uniq [OPTION]... [INPUT [OUTPUT]] | null | null |
pyenv-install | null | null | null | null | null |
derdump | null | null | null | null | null |
opj_compress | null | opj_compress - This program reads in an image of a certain type and converts it to a jpeg2000 file. It is part of the OpenJPEG library. Valid input image extensions are .bmp, .pgm, .pgx, .png, .pnm, .ppm, .raw, .tga, .tif . For PNG resp. TIF it needs libpng resp. libtiff . Valid output image extensions are .j2k, .jp2 | opj_compress -i infile.bmp -o outfile.j2k opj_compress -ImgDir directory_name -OutFor jp2 opj_compress -h Print a help message and exit. See JPWL OPTIONS for special options | -b n,n (Size of code block (e.g. -b 32,32). Default: 64 x 64) -c n (Size of precinct (e.g. -c 128,128). Default: 2^15 x 2^15) -cinema2K fps Digital Cinema 2K profile compliant codestream. Valid fps values are 24 or 48. -cinema4K Digital Cinema 4K profile compliant codestream. Does not need an fps: default is 24 fps... | opj_compress -i file.bmp -o file.j2k -r 20,10,1 (compress 20x, then 10x, then lossless). opj_compress -i file.ppm -o file.j2k -q 30,40,50 opj_compress -i file.pgx -o file.j2k -POC T1=0,0,1,5,3,CPRL opj_compress -i lena.raw -o lena.j2k -F 512,512,3,8,u AUTHORS Copyright (c) 2002-2014, Universite catholique de Louvain (U... |
srt-tunnel | null | null | null | null | null |
gpr | Paginate or columnate FILE(s) for printing. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are mandatory for short options too. +FIRST_PAGE[:LAST_PAGE], --pages=FIRST_PAGE[:LAST_PAGE] begin [stop] printing with page FIRST_[LAST_]PAGE -COLUMN, --columns=COLUMN output COLUMN col... | pr - convert text files for printing | pr [OPTION]... [FILE]... | null | null |
torify | torify is a simple wrapper that calls torsocks with a tor-specific configuration file. It is provided for backward compatibility; instead you should use torsocks. WARNING When used with torsocks, torify should not leak DNS requests or UDP data. torify can leak ICMP data. torify will not ensure that different requests a... | torify - wrapper for torsocks and tor | torify application [application’s arguments] | null | null |
mysql_migrate_keyring | null | null | null | null | null |
set_unicharset_properties | null | null | null | null | null |
rsa_sign_pss | null | null | null | null | null |
mysql_tzinfo_to_sql | The mysql_tzinfo_to_sql program loads the time zone tables in the mysql database. It is used on systems that have a zoneinfo database (the set of files describing time zones). Examples of such systems are Linux, FreeBSD, Solaris, and macOS. One likely location for these files is the /usr/share/zoneinfo directory (/usr/... | mysql_tzinfo_to_sql - load the time zone tables | mysql_tzinfo_to_sql arguments | null | null |
rsapoptst | null | null | null | null | null |
nodeenv | null | null | null | null | null |
vimdiff | Vimdiff starts Vim on two up to eight files. Each file gets its own window. The differences between the files are highlighted. This is a nice way to inspect changes and to move changes from one version to another version of the same file. See vim(1) for details about Vim itself. When started as gvimdiff the GUI will ... | vimdiff - edit between two and eight versions of a file with Vim and show differences | vimdiff [options] file1 file2 [file3 [file4 [file5 [file6 [file7 [file8]]]]]] gvimdiff | Vertical splits are used to align the lines, as if the "-O" argument was used. To use horizontal splits instead, use the "-o" argument. For all other arguments see vim(1). SEE ALSO vim(1) AUTHOR Most of Vim was made by Bram Moolenaar, with a lot of help from others. See ":help credits" in Vim. 2001 March 30 VIMD... | null |
pk11gcmtest | null | null | null | null | null |
libnetcfg | The libnetcfg utility can be used to configure the libnet. Starting from perl 5.8 libnet is part of the standard Perl distribution, but the libnetcfg can be used for any libnet installation. USAGE Without arguments libnetcfg displays the current configuration. $ libnetcfg # old config ./libnet.cfg daytime_hosts ntp1.n... | libnetcfg - configure libnet | null | null | null |
dotenv | null | null | null | null | null |
toco_from_protos | null | null | null | null | null |
diffusers-cli | null | null | null | null | null |
ecdsa | null | null | null | null | null |
coverage-3.11 | null | null | null | null | null |
gtester | null | null | null | null | null |
pdftohtml | This manual page documents briefly the pdftohtml command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. pdftohtml is a program that converts PDF documents into HTML. It generates its output in the current working directory. If PDF-file is ... | pdftohtml - program to convert PDF files into HTML, XML and PNG images | pdftohtml [options] <PDF-file> [<HTML-file> <XML-file>] | A summary of options are included below. -h, -help Show summary of options. -f <int> first page to print -l <int> last page to print -q do not print any messages or errors -v print copyright and version info -p exchange .pdf links with .html -c generate complex output -s generate single HTML that in... | null |
rsa_sign | null | null | null | null | null |
gcc-nm-13 | null | null | null | null | null |
grpc_cpp_plugin | null | null | null | null | null |
p7verify | null | null | null | null | null |
wires | null | null | null | null | null |
autoscan | Examine source files in the directory tree rooted at SRCDIR, or the current directory if none is given. Search the source files for common portability problems, check for incompleteness of 'configure.ac', and create a file 'configure.scan' which is a preliminary 'configure.ac' for that package. -h, --help print this h... | autoscan - Generate a preliminary configure.ac | autoscan [OPTION]... [SRCDIR] | null | null |
tifffile | null | null | null | null | null |
ecperf | null | null | null | null | null |
cert_write | null | null | null | null | null |
gd2togif | null | null | null | null | null |
rustdoc | This tool generates API reference documentation by extracting comments from source code written in the Rust language, available at <https://www.rust-lang.org>. It accepts several input formats and provides several output formats for the generated documentation. | rustdoc - generate documentation from Rust source code | rustdoc [OPTIONS] INPUT | -r, --input-format FORMAT rust -w, --output-format FORMAT html -o, --output OUTPUT, where to place the output (default: doc/ for html) --passes LIST space‐separated list of passes to run (default: '') --no-defaults don't run the default passes --plugins LIST space-separated list of plugins to run (default: '') --plugin... | To generate documentation for the source in the current directory: $ rustdoc hello.rs List all available passes that rustdoc has, along with default passes: $ rustdoc --passes list The generated HTML can be viewed with any standard web browser. SEE ALSO rustc(1) BUGS See <https://github.com/rust-lang/rust/issues> for i... |
pk_sign | null | null | null | null | null |
gfortran | null | null | null | null | null |
asn1Decoding | Decodes DER data in ENCODED file, for the ASN1TYPE element described in ASN.1 DEFINITIONS file, and print decoded structures. -b, --benchmark perform a benchmark on decoding -s, --strict use strict DER decoding -t, --no-time-strict use strict DER decoding but not in time fields -h, --help display this help and exit -v,... | asn1Decoding - ASN.1 DER decoder | asn1Decoding [OPTION] DEFINITIONS ENCODED ASN1TYPE | null | null |
opj_dump | null | opj_dump - This program reads in a jpeg2000 image and dumps the contents to stdout. It is part of the OpenJPEG library. Valid input image extensions are .j2k, .jp2, .jpt | opj_dump -i infile.j2k opj_dump -ImgDir images/ Dump all files in images/ opj_dump -h Print help message and exit | -i name (jpeg2000 input file name) -ImgDir directory_name (directory containing jpeg2000 input files) AUTHORS Copyright (c) 2010, Mathieu Malaterre SEE ALSO opj_compress(1) opj_decompress(1) opj_dump Version 2.1.1 opj_dump(1) | null |
2to3 | null | null | null | null | null |
cntraining | null | null | null | null | null |
ptx | Output a permuted index, including context, of the words in the input files. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are mandatory for short options too. -A, --auto-reference output automatically generated references -G, --traditional behave more like System V 'ptx' -F,... | ptx - produce a permuted index of file contents | ptx [OPTION]... [INPUT]... (without -G) ptx -G [OPTION]... [INPUT [OUTPUT]] | null | null |
atob | null | null | null | null | null |
mf | null | null | null | null | null |
upload_theme | null | null | null | null | null |
python3 | Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python, see the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Py... | python - an interpreted, interactive, object-oriented programming language | python [ -B ] [ -b ] [ -d ] [ -E ] [ -h ] [ -i ] [ -I ] [ -m module-name ] [ -q ] [ -O ] [ -OO ] [ -P ] [ -s ] [ -S ] [ -u ] [ -v ] [ -V ] [ -W argument ] [ -x ] [ -X option ] [ -? ] [ --check-hash-based-pycs default | always | never ] [ --help ] [ --help-env ] [ --help-xoptions ] [ --help-all ] [ -c command | script ... | null | null |
ghead | Print the first 10 lines of each FILE to standard output. With more than one FILE, precede each with a header giving the file name. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are mandatory for short options too. -c, --bytes=[-]NUM print the first NUM bytes of each file; w... | head - output the first part of files | head [OPTION]... [FILE]... | null | null |
pip3.12 | null | null | null | null | null |
grpc_python_plugin | null | null | null | null | null |
png-fix-itxt | null | null | null | null | null |
lua-5.4 | null | null | null | null | null |
jxlinfo | null | null | null | null | null |
key_app_writer | null | null | null | null | null |
gpg | gpg is the OpenPGP part of the GNU Privacy Guard (GnuPG). It is a tool to provide digital encryption and signing services using the OpenPGP standard. gpg features complete key management and all the bells and whistles you would expect from a full OpenPGP implementation. There are two main versions of GnuPG: GnuPG 1.x a... | gpg - OpenPGP encryption and signing tool | gpg [--homedir dir] [--options file] [options] command [args] | gpg features a bunch of options to control the exact behaviour and to change the default configuration. Long options can be put in an options file (default "~/.gnupg/gpg.conf"). Short option names will not work - for example, "armor" is a valid option for the options file, while "a" is not. Do not write the 2 dashes, b... | gpg -se -r Bob file sign and encrypt for user Bob gpg --clear-sign file make a cleartext signature gpg -sb file make a detached signature gpg -u 0x12345678 -sb file make a detached signature with the key 0x12345678 gpg --list-keys user_ID show keys gpg --fingerprint user_ID show fingerprint gpg --verify pgpfile gpg --v... |
pwdecrypt | null | null | null | null | null |
pkix-errcodes | null | null | null | null | null |
phar.phar | null | null | null | null | null |
dbtool | null | null | null | null | null |
xxd | xxd creates a hex dump of a given file or standard input. It can also convert a hex dump back to its original binary form. Like uuencode(1) and uudecode(1) it allows the transmission of binary data in a `mail- safe' ASCII representation, but has the advantage of decoding to standard output. Moreover, it can be used ... | xxd - make a hex dump or do the reverse. | xxd -h[elp] xxd [options] [infile [outfile]] xxd -r[evert] [options] [infile [outfile]] | If no infile is given, standard input is read. If infile is specified as a `-' character, then input is taken from standard input. If no outfile is given (or a `-' character is in its place), results are sent to standard output. Note that a "lazy" parser is used which does not check for more than the first option let... | Print everything but the first three lines (hex 0x30 bytes) of file. % xxd -s 0x30 file Print 3 lines (hex 0x30 bytes) from the end of file. % xxd -s -0x30 file Print 120 bytes as a continuous hex dump with 20 octets per line. % xxd -l 120 -ps -c 20 xxd.1 2e54482058584420312022417567757374203139 39362220224d616e75616c2... |
gtts-cli | null | null | null | null | null |
luac | luac is the Lua compiler. It translates programs written in the Lua programming language into binary files containing precompiled chunks that can be later loaded and executed. The main advantages of precompiling chunks are: faster loading, protecting source code from accidental user changes, and off-line syntax checki... | luac - Lua compiler | luac [ options ] [ filenames ] | -l produce a listing of the compiled bytecode for Lua's virtual machine. Listing bytecodes is useful to learn about Lua's virtual machine. If no files are given, then luac loads luac.out and lists its contents. Use -l -l for a full listing. -o file output to file, instead of the default luac.out. (You can use '-' f... | null |
glink | Call the link function to create a link named FILE2 to an existing FILE1. --help display this help and exit --version output version information and exit AUTHOR Written by Michael Stone. REPORTING BUGS GNU coreutils online help: <https://www.gnu.org/software/coreutils/> Report any translation bugs to <https://translati... | link - call the link function to create a link to a file | link FILE1 FILE2 link OPTION | null | null |
tor-print-ed-signing-cert | tor-print-ed-signing-cert is utility program for Tor relay operators to check expiration date of ed25519 signing certificate. Expiration date is printed in three formats: • Human-readable timestamp, localized to current timezone. • RFC 1123 timestamp (at GMT timezone). • Unix time value. SEE ALSO tor(1) https://s... | tor-print-ed-signing-cert - print expiration date of ed25519 signing certificate | tor-print-ed-signing-cert <path to ed25519_signing_cert file> | null | null |
gstat | Display file or file system status. Mandatory arguments to long options are mandatory for short options too. -L, --dereference follow links -f, --file-system display file system status instead of file status --cached=MODE specify how to use cached attributes; useful on remote file systems. See MODE below -c --format=F... | stat - display file or file system status | stat [OPTION]... FILE... | null | null |
pyrsa-priv2pub | null | null | null | null | null |
encguess | The encoding identification is done by checking one encoding type at a time until all but the right type are eliminated. The set of encoding types to try is defined by the -s parameter and defaults to ascii, utf8 and UTF-16/32 with BOM. This can be overridden by passing one or more encoding types via the -s parameter. ... | encguess - guess character encodings of files VERSION $Id: encguess,v 0.3 2020/12/02 01:28:17 dankogai Exp $ | encguess [switches] filename... SWITCHES -h show this message and exit. -s specify a list of "suspect encoding types" to test, separated by either ":" or "," -S output a list of all acceptable encoding types that can be used with the -s param -u suppress display of unidentified types EXAMPLES: • Guess encoding of a fil... | null | null |
cmake | null | null | null | null | null |
gmktemp | Create a temporary file or directory, safely, and print its name. TEMPLATE must contain at least 3 consecutive 'X's in last component. If TEMPLATE is not specified, use tmp.XXXXXXXXXX, and --tmpdir is implied. Files are created u+rw, and directories u+rwx, minus umask restrictions. -d, --directory create a directory, ... | mktemp - create a temporary file or directory | mktemp [OPTION]... [TEMPLATE] | null | null |
zstdless | zstdless runs less(1) on files or stdin, if no file argument is given, after decompressing them with zstdcat(1). SEE ALSO zstd(1) zstd 1.5.6 March 2024 ZSTDLESS(1) | zstdless - view zstandard-compressed files | zstdless [flags] [file ...] | null | null |
git2 | null | null | null | null | null |
bd_info | null | null | null | null | null |
gpgscm | null | null | null | null | null |
iina | null | null | null | null | null |
opj_decompress | null | opj_decompress - This program reads in a jpeg2000 image and converts it to another image type. It is part of the OpenJPEG library. Valid input image extensions are .j2k, .jp2, .j2c, .jpt Valid output image extensions are .bmp, .pgm, .pgx, .png, .pnm, .ppm, .raw, .tga, .tif . For PNG resp. TIF it needs libpng resp. libt... | opj_decompress -i infile.j2k -o outfile.png opj_decompress -ImgDir images/ -OutFor bmp opj_decompress -h Print help message and exit See JPWL OPTIONS for special options | -i name (jpeg2000 input file name) -l n n is the maximum number of quality layers to decode. See LAYERS below) -o name (output file name with extension) -r n (n is the highest resolution level to be discarded. See REDUCTION below) -x name (use name as index file and fill it) -ImgDir directory_name (directory contai... | null |
isort-identify-imports | null | null | null | null | null |
tiffdump | tiffdump displays directory information from files created according to the Tag Image File Format, Revision 6.0. The header of each TIFF file (magic number, version, and first directory offset) is displayed, followed by the tag contents of each directory in the file. For each tag, the name, data type, count, and valu... | tiffdump - print verbatim information about TIFF files | tiffdump [ options ] name … | -h Force numeric data to be printed in hexadecimal rather than the default decimal. -m items Change the number of indirect data items that are printed. By default, this will be 24. -o offset Dump the contents of the IFD at the a particular file offset. The file offset may be specified using the usual C-style syntax... | null |
gyes | Repeatedly output a line with all specified STRING(s), or 'y'. --help display this help and exit --version output version information and exit AUTHOR Written by David MacKenzie. REPORTING BUGS GNU coreutils online help: <https://www.gnu.org/software/coreutils/> Report any translation bugs to <https://translationproject... | yes - output a string repeatedly until killed | yes [STRING]... yes OPTION | null | null |
convertfilestops | null | null | null | null | null |
p7env | null | null | null | null | null |
ttx | ttx is a tool for manipulating TrueType and OpenType fonts. It can convert TrueType and OpenType fonts to and from an XML-based format called TTX. TTX files have a ‘.ttx’ extension. For each file argument it is given, ttx detects whether it is a ‘.ttf’, ‘.otf’ or ‘.ttx’ file and acts accordingly: if it is a ‘.ttf’ or... | ttx – tool for manipulating TrueType and OpenType fonts | ttx [option ...] file ... | null | In the following examples, all files are read from and written to the current directory. Additionally, the name given for the output file assumes in every case that it did not exist before ttx was invoked. Dump the TrueType font contained in FreeSans.ttf to FreeSans.ttx: ttx FreeSans.ttf Compile MyFont.ttx into a True... |
pytest | null | null | null | null | null |
seek_print | null | null | null | null | null |
gcc-ar-13 | 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.