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 |
|---|---|---|---|---|---|
dvd2concat | null | null | null | null | null |
rsaperf | null | null | null | null | null |
autoconf | Generate a configuration script from a TEMPLATE-FILE if given, or 'configure.ac' if present, or else 'configure.in'. Output is sent to the standard output if TEMPLATE-FILE is given, else into 'configure'. Operation modes: -h, --help print this help, then exit -V, --version print version number, then exit -v, --verbose... | autoconf - Generate configuration scripts | autoconf [OPTION]... [TEMPLATE-FILE] | null | null |
grpc_php_plugin | null | null | null | null | null |
sndfile-deinterleave | sndfile-interleave creates a multi-channel file taking audio data from two or more mono files as individual channels. The format of the output file is determined by its filename suffix. The audio parameters of the output file will be made so that the format can accommodate each of the mono inputs; for example, the sa... | sndfile-interleave, sndfile-deinterleave – convert mono files into a multi-channel file and vice versa | sndfile-interleave input1 input2 ... -o output sndfile-deinterleave file | null | Merge a mono OGG file and a mono FLAC file into a stereo WAV file: $ sndfile-interleave left.ogg right.flac -o stereo.wav Split a multi-channel into individual mono files: $ sndfile-deinterleave multi.wav Input file : multi Output files : multi_00.wav multi_01.wav multi_02.wav multi_03.wav SEE ALSO http://libsndfile.gi... |
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 |
pip3.10 | null | null | null | null | null |
view | Vim is a text editor that is upwards compatible to Vi. It can be used to edit all kinds of plain text. It is especially useful for editing programs. There are a lot of enhancements above Vi: multi level undo, multi windows and buffers, syntax highlighting, command line editing, filename completion, on-line help, visu... | vim - Vi IMproved, a programmer's text editor | vim [options] [file ..] vim [options] - vim [options] -t tag vim [options] -q [errorfile] ex view gvim gview evim eview rvim rview rgvim rgview | The options may be given in any order, before or after filenames. Options without an argument can be combined after a single dash. +[num] For the first file the cursor will be positioned on line "num". If "num" is missing, the cursor will be positioned on the last line. +/{pat} For the first file the cursor will... | null |
aarch64-apple-darwin23-gfortran-13 | null | null | null | null | null |
k6 | 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 |
aead_demo | null | null | null | null | null |
aviocat | null | null | null | null | null |
gdircolors | Output commands to set the LS_COLORS environment variable. Determine format of output: -b, --sh, --bourne-shell output Bourne shell code to set LS_COLORS -c, --csh, --c-shell output C shell code to set LS_COLORS -p, --print-database output defaults --print-ls-colors output fully escaped colors for display --help displa... | dircolors - color setup for ls | dircolors [OPTION]... [FILE] | null | null |
aspell | aspell is a utility program that connects to the Aspell library so that it can function as an ispell -a replacement, as an independent spell checker, as a test utility to test out Aspell library features, and as a utility for managing dictionaries used by the library. The Aspell library contains an interface allowing o... | aspell - interactive spell checker | aspell [options] <command> | null | null |
cloudflared | cloudflared creates a persistent connection between a local service and the Cloudflare network. Once the daemon is running and the Tunnel has been configured, the local service can be locked down to only allow connections from Cloudflare. 2023.7.3 2023-07-25T20:51:49Z man(1) | cloudflared - creates a connection to the cloudflare edge network | null | null | null |
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 |
rav1e | 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 |
autoheader | Create a template file of C '#define' statements for 'configure' to use. To this end, scan TEMPLATE-FILE, or 'configure.ac' if present, or else 'configure.in'. -h, --help print this help, then exit -V, --version print version number, then exit -v, --verbose verbosely report processing -d, --debug don't remove temporar... | autoheader - Create a template header for configure | autoheader [OPTION]... [TEMPLATE-FILE] | null | null |
protoc | null | null | null | null | null |
gpg-error-config | gpg-error-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use Libgpg-error. This tool is now obsolete. Instead, please use pkg-config with gpg- error.pc for your new program, or use gpg-error.m4 which uses gpgrt- config and gpg... | gpg-error-config - Script to get information about the installed version of libgpg-error | gpg-error-config [options] | gpg-error-config accepts the following options: --mt Provide output appropriate for multithreaded programs. --mt is only useful when combined with other options, and must be the first option if present. --version Print the currently installed version of Libgpg-error on the standard output. --libs Print the linker fl... | null |
pq_to_hlg | null | null | null | null | null |
cipher_aead_demo | null | null | null | null | null |
echo_supervisord_conf | null | null | null | null | null |
ginstall | This install program copies files (often just compiled) into destination locations you choose. If you want to download and install a ready-to-use package on a GNU/Linux system, you should instead be using a package manager like yum(1) or apt-get(1). In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) t... | install - copy files and set attributes | install [OPTION]... [-T] SOURCE DEST install [OPTION]... SOURCE... DIRECTORY install [OPTION]... -t DIRECTORY SOURCE... install [OPTION]... -d DIRECTORY... | null | null |
cws2fws | 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... |
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 |
djxl_fuzzer_corpus | null | null | null | null | null |
gsha224sum | Print or check SHA224 (224-bit) checksums. With no FILE, or when FILE is -, read standard input. -b, --binary read in binary mode -c, --check read checksums from the FILEs and check them --tag create a BSD-style checksum -t, --text read in text mode (default) -z, --zero end each output line with NUL, not newline, and ... | sha224sum - compute and check SHA224 message digest | sha224sum [OPTION]... [FILE]... | null | null |
p11tool | Program that allows operations on PKCS #11 smart cards and security modules. To use PKCS #11 tokens with GnuTLS the p11-kit configuration files need to be setup. That is create a .module file in /etc/pkcs11/modules with the contents 'module: /path/to/pkcs11.so'. Alternatively the configuration file /etc/gnutls/pkcs11... | p11tool - GnuTLS PKCS #11 tool | p11tool [-flags] [-flag [value]] [--option-name[[=| ]value]] [url] Operands and options may be intermixed. They will be reordered. | Tokens --list-tokens List all available tokens. --list-token-urls List the URLs available tokens. This is a more compact version of --list-tokens. --list-mechanisms List all available mechanisms in a token. --initialize Initializes a PKCS #11 token. --initialize-pin Initializes/Resets a PKCS #11 token user PIN. --initi... | To view all tokens in your system use: $ p11tool --list-tokens To view all objects in a token use: $ p11tool --login --list-all "pkcs11:TOKEN-URL" To store a private key and a certificate in a token run: $ p11tool --login --write "pkcs11:URL" --load-privkey key.pem --label "Mykey" $ p11tool --login --write "pkcs11:U... |
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 |
speexenc | Encodes input_file using Speex. It can read the WAV or raw files. input_file can be: filename.wav wav file filename.* Raw PCM file (any extension other than .wav) - stdin output_file can be: filename.spx Speex file - stdout | speexenc - The reference implementation speex encoder. | speexenc [options] input_file output_file | -n, --narrowband Narrowband (8 kHz) input file -w, --wideband Wideband (16 kHz) input file -u, --ultra-wideband "Ultra-wideband" (32 kHz) input file --quality n Encoding quality (0-10), default 8 --bitrate n Encoding bit-rate (use bit-rate n or lower) --vbr Enable variable bit-rate (VBR) --abr rate Enable average bit-... | null |
glib-gettextize | null | null | null | null | null |
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 |
shred | Overwrite the specified FILE(s) repeatedly, in order to make it harder for even very expensive hardware probing to recover the data. If FILE is -, shred standard output. Mandatory arguments to long options are mandatory for short options too. -f, --force change permissions to allow writing if necessary -n, --iterations... | shred - overwrite a file to hide its contents, and optionally delete it | shred [OPTION]... FILE... | null | null |
pdftops | Pdftops converts Portable Document Format (PDF) files to PostScript so they can be printed. Pdftops reads the PDF file, PDF-file, and writes a PostScript file, PS-file. If PS-file is not specified, pdftops converts file.pdf to file.ps (or file.eps with the -eps option). If PS-file is ´-', the PostScript is sent to st... | pdftops - Portable Document Format (PDF) to PostScript converter (version 3.03) | pdftops [options] <PDF-file> [<PS-file>] | -f number Specifies the first page to print. -l number Specifies the last page to print. -level1 Generate Level 1 PostScript. The resulting PostScript files will be significantly larger (if they contain images), but will print on Level 1 printers. This also converts all images to black and white. No more than one of ... | null |
cert_app | 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 |
ovc | null | null | null | null | null |
evaluate-cli | null | null | null | null | null |
qprofdiff | 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... |
SvtAv1DecApp | null | null | null | null | null |
gpg-connect-agent | The gpg-connect-agent is a utility to communicate with a running gpg-agent. It is useful to check out the commands gpg-agent provides using the Assuan interface. It might also be useful for scripting simple applications. Input is expected at stdin and output gets printed to stdout. It is very similar to running gpg-... | gpg-connect-agent - Communicate with a running agent | gpg-connect-agent [options][commands] | null | null |
zeroize | null | null | null | null | null |
psa_constant_names | null | null | null | null | 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... |
target_dec_fate.sh | null | null | null | null | null |
gpgconf | The gpgconf is a utility to automatically and reasonable safely query and modify configuration files in the ‘.gnupg’ home directory. It is designed not to be invoked manually by the user, but automatically by graphical user interfaces (GUI). ([Please note that currently no locking is done, so concurrent access should ... | gpgconf - Modify .gnupg home directories | gpgconf [options] --list-components gpgconf [options] --list-options component gpgconf [options] --change-options component | The following options may be used: -o file --output file Write output to file. Default is to write to stdout. -v --verbose Outputs additional information while running. Specifically, this extends numerical field values by human-readable descriptions. -q --quiet Try to be as quiet as possible. --homedir dir Set the na... | null |
nettle-hash | null | null | null | null | null |
parcat | GNU parcat reads files or fifos in parallel. It writes full lines so there will be no problem with mixed-half-lines which you risk if you use: (cat file1 & cat file2 &) | ... It is faster than doing: parallel -j0 --lb cat ::: file* Arguments can be given on the command line or passed in on stdin (standard input). | parcat - cat files or fifos in parallel | parcat [--rm] [-#] file(s) [-#] file(s) | -# Arguments following this will be sent to the file descriptor #. E.g. parcat -1 stdout1 stdout2 -2 stderr1 stderr2 will send stdout1 and stdout2 to stdout (standard output = file descriptor 1), and send stderr1 and stderr2 to stderr (standard error = file descriptor 2). --rm Remove files after opening. As soon as the... | Simple line buffered output traceroute will often print half a line. If run in parallel, two instances may half-lines of their output. This can be avoided by saving the output to a fifo and then using parcat to read the two fifos in parallel: mkfifo freenetproject.org.fifo tange.dk.fifo traceroute freenetproject.org > ... |
grpc_cli | null | null | null | null | null |
hwloc-diff | hwloc-diff computes the difference between two XML topologies and stores the result into <output.xml> if any, or dumps it to stdout otherwise. The output difference may later be applied to another topology with hwloc-patch. hwloc-compress-dir may be used for computing the diffs between all XML files in a directory. NOT... | hwloc-diff - Compute differences between two XML topologies | hwloc-diff [options] <input1.xml> <input2.xml> hwloc-diff [options] <input1.xml> <input2.xml> <output.xml> | --refname <name> Use <name> as the identifier for the reference topology in the output XML difference. It is meant to tell which topology should be used when applying the resulting difference. hwloc-patch may use that name to automatically load the relevant reference topology XML. By default, <input1.xml> is used wi... | hwloc-diff's operation is best described through several examples. Compute the difference between two XML topologies and output it to stdout: $ hwloc-diff fourmi023.xml fourmi024.xml Found 11 differences, exporting to stdout <?xml version="1.0" encoding="UTF-8"?> ... Output the difference to file diff.xml instead: $ hw... |
qt-faststart | null | null | null | null | null |
dirmngr-client | The dirmngr-client is a simple tool to contact a running dirmngr and test whether a certificate has been revoked — either by being listed in the corresponding CRL or by running the OCSP protocol. If no dirmngr is running, a new instances will be started but this is in general not a good idea due to the huge performanc... | dirmngr-client - Tool to access the Dirmngr services | dirmngr-client [options] [certfile|pattern] | dirmngr-client may be called with the following options: --version Print the program version and licensing information. Note that you cannot abbreviate this command. --help, -h Print a usage message summarizing the most useful command-line options. Note that you cannot abbreviate this command. --quiet, -q Make the out... | null |
dh_genprime | null | null | null | null | null |
sndfile-info | sndfile-info displays basic information about sound files such as format, number of channels, samplerate, and length. The following options are recognized: --broadcast Display broadcast (BWF) info. --cart Display the cart chunk of a WAV (or related) file. --channel-map Display channel map. --instrument D... | sndfile-info – display information about sound files | sndfile-info [--broadcast] [--cart] [--channel-map] [--instrument] file ... | null | null |
sha384sum | Print or check SHA384 (384-bit) checksums. With no FILE, or when FILE is -, read standard input. -b, --binary read in binary mode -c, --check read checksums from the FILEs and check them --tag create a BSD-style checksum -t, --text read in text mode (default) -z, --zero end each output line with NUL, not newline, and ... | sha384sum - compute and check SHA384 message digest | sha384sum [OPTION]... [FILE]... | null | null |
h2xs | h2xs builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The module_name will be used for the name of the extension. If module_name is not supplied then the name of the first header file wil... | h2xs - convert .h C header files to Perl extensions | h2xs [OPTIONS ...] [headerfile ... [extra_libraries]] h2xs -h|-?|--help | -A, --omit-autoload Omit all autoload facilities. This is the same as -c but also removes the "use AutoLoader" statement from the .pm file. -B, --beta-version Use an alpha/beta style version number. Causes version number to be "0.00_01" unless -v is specified. -C, --omit-changes Omits creation of the Changes file, an... | # Default behavior, extension is Rusers h2xs rpcsvc/rusers # Same, but extension is RUSERS h2xs -n RUSERS rpcsvc/rusers # Extension is rpcsvc::rusers. Still finds <rpcsvc/rusers.h> h2xs rpcsvc::rusers # Extension is ONC::RPC. Still finds <rpcsvc/rusers.h> h2xs -n ONC::RPC rpcsvc/rusers # Without constant() or AUTOLOAD... |
nonspr10 | null | null | null | null | null |
lstopo-no-graphics | lstopo and lstopo-no-graphics are capable of displaying a topological map of the system in a variety of different output formats. The only difference between lstopo and lstopo-no-graphics is that graphical outputs are only supported by lstopo, to reduce dependencies on external libraries. hwloc-ls is identical to lst... | lstopo, lstopo-no-graphics, hwloc-ls - Show the topology of the system | lstopo [ options ]... [ filename ] lstopo-no-graphics [ options ]... [ filename ] hwloc-ls [ options ]... [ filename ] Note that hwloc(7) provides a detailed explanation of the hwloc system; it should be read before reading this man page | --of <format>, --output-format <format> Enforce the output in the given format. See the OUTPUT FORMATS section below. -i <path>, --input <path> Read the topology from <path> instead of discovering the topology of the local machine. If <path> is a file, it may be a XML file exported by a previous hwloc program. If <pa... | To display the machine topology in textual mode: lstopo-no-graphics To display the machine topology in ascii-art mode: lstopo-no-graphics -.ascii To display in graphical mode (assuming that the DISPLAY environment variable is set to a relevant value): lstopo To export the topology to a PNG file: lstopo file.png To expo... |
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 |
dtls_server | null | null | null | null | null |
fc-cache | null | null | null | 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 |
trasher | null | null | null | null | null |
encodeinttest | null | null | null | null | null |
gcomm | Compare sorted files FILE1 and FILE2 line by line. When FILE1 or FILE2 (not both) is -, read standard input. With no options, produce three-column output. Column one contains lines unique to FILE1, column two contains lines unique to FILE2, and column three contains lines common to both files. -1 suppress column 1... | comm - compare two sorted files line by line | comm [OPTION]... FILE1 FILE2 | null | comm -12 file1 file2 Print only lines present in both file1 and file2. comm -3 file1 file2 Print lines in file1 not in file2, and vice versa. AUTHOR Written by Richard M. Stallman and David MacKenzie. REPORTING BUGS GNU coreutils online help: <https://www.gnu.org/software/coreutils/> Report any translation bugs to <htt... |
selfserv | null | null | null | null | null |
tflite_convert | null | null | null | null | null |
gtty | Print the file name of the terminal connected to standard input. -s, --silent, --quiet print nothing, only return an exit status --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/core... | tty - print the file name of the terminal connected to standard input | tty [OPTION]... | null | null |
gcksum | Print or verify checksums. By default use the 32 bit CRC algorithm. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are mandatory for short options too. -a, --algorithm=TYPE select the digest type to use. See DIGEST below. -b, --base64 emit base64-encoded digests, not hexadec... | cksum - compute and verify file checksums | cksum [OPTION]... [FILE]... | null | null |
hwloc-ps | By default, hwloc-ps lists only those currently-running processes that are bound. If -t is given, processes that are not bound but contain at least one bound thread are also displayed, as well as all their threads. hwloc-ps displays process identifier, command-line and binding. The binding may be reported as objects or... | hwloc-ps - List currently-running processes or threads that are bound | hwloc-ps [options] | -a List all processes, even those that are not bound to any specific part of the machine. --pid <pid> Only show process of PID <pid>, even if it is not bound to any specific part of the machine. --children-of-pid <pid> Only show process of PID <pid> and its hierarchy of children, even if they are not bound to any spec... | If a process is bound, it appears in the default output: $ hwloc-ps 4759 Core:0 myprogram If a process is bound on two cores of a larger package, the output will show these cores. Option --single-ancestor will rather return the package even if it is actually larger than the binding here (the process is not bound to ... |
gdbus | null | null | null | null | null |
ddgs | null | null | null | null | null |
trust | null | null | null | null | null |
zstdmt | null | null | null | null | null |
pk_decrypt | null | null | null | null | null |
rsa_encrypt | null | null | null | null | null |
cmsutil | null | null | null | null | null |
youtube-dl | youtube-dl is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.6, 2.7, or 3.2+, and it is not platform specific. It should work on your Unix box, on Windows or on macOS. It is released to the public domain, which means you can modify it, r... | youtube-dl - download videos from youtube.com or other video platforms | youtube-dl [OPTIONS] URL [URL...] | -h, --help Print this help text and exit --version Print program version and exit -U, --update Update this program to latest version. Make sure that you have sufficient permissions (run with sudo if needed) -i, --ignore-errors Continue on download errors, for example to skip unavailable videos in a playlist --abort-on... | null |
uvicorn | null | null | null | null | null |
gexpr | --help display this help and exit --version output version information and exit Print the value of EXPRESSION to standard output. A blank line below separates increasing precedence groups. EXPRESSION may be: ARG1 | ARG2 ARG1 if it is neither null nor 0, otherwise ARG2 ARG1 & ARG2 ARG1 if neither argument is null or 0,... | expr - evaluate expressions | expr EXPRESSION expr OPTION | null | null |
gbase64 | Base64 encode or decode FILE, or standard input, to standard output. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are mandatory for short options too. -d, --decode decode data -i, --ignore-garbage when decoding, ignore non-alphabet characters -w, --wrap=COLS wrap encoded lin... | base64 - base64 encode/decode data and print to standard output | base64 [OPTION]... [FILE] | null | null |
dumpsexp | null | null | null | null | null |
fc-cat | null | null | null | null | null |
gwc | Print newline, word, and byte counts for each FILE, and a total line if more than one FILE is specified. A word is a non-zero-length sequence of printable characters delimited by white space. With no FILE, or when FILE is -, read standard input. The options below may be used to select which counts are printed, always ... | wc - print newline, word, and byte counts for each file | wc [OPTION]... [FILE]... wc [OPTION]... --files0-from=F | null | null |
pod2man | pod2man is a wrapper script around the Pod::Man module, using it to generate *roff input from POD source. The resulting *roff code is suitable for display on a terminal using nroff(1), normally via man(1), or printing using troff(1). By default (on non-EBCDIC systems), pod2man outputs UTF-8 manual pages. Its output sh... | pod2man - Convert POD data to formatted *roff input | pod2man [--center=string] [--date=string] [--encoding=encoding] [--errors=style] [--fixed=font] [--fixedbold=font] [--fixeditalic=font] [--fixedbolditalic=font] [--guesswork=rule[,rule...]] [--name=name] [--nourls] [--official] [--release=version] [--section=manext] [--quotes=quotes] [--lquote=quote] [--rquote=quote] [... | Each option is annotated with the version of podlators in which that option was added with its current meaning. -c string, --center=string [1.00] Sets the centered page header for the ".TH" macro to string. The default is "User Contributed Perl Documentation", but also see --official below. -d string, --date=string [4.... | pod2man program > program.1 pod2man SomeModule.pm /usr/perl/man/man3/SomeModule.3 pod2man --section=7 note.pod > note.7 If you would like to print out a lot of man page continuously, you probably want to set the C and D registers to set contiguous page numbering and even/odd paging, at least on some versions of man(7).... |
pdftoppm | Pdftoppm converts Portable Document Format (PDF) files to color image files in Portable Pixmap (PPM) format, grayscale image files in Portable Graymap (PGM) format, or monochrome image files in Portable Bitmap (PBM) format. Pdftoppm reads the PDF file, PDF-file, and writes one PPM file for each page, PPM-root-number.pp... | pdftoppm - Portable Document Format (PDF) to Portable Pixmap (PPM) converter (version 3.03) | pdftoppm [options] PDF-file PPM-root | -f number Specifies the first page to convert. -l number Specifies the last page to convert. -o Generates only the odd numbered pages. -e Generates only the even numbered pages. -singlefile Writes only the first page and does not add digits. -r number Specifies the X and Y resolution, in DPI. The default is 15... | null |
graph2dot | null | null | null | null | null |
enc2xs | enc2xs builds a Perl extension for use by Encode from either Unicode Character Mapping files (.ucm) or Tcl Encoding Files (.enc). Besides being used internally during the build process of the Encode module, you can use enc2xs to add your own encoding to perl. No knowledge of XS is necessary. Quick Guide If you want t... | enc2xs -- Perl Encode Module Generator | enc2xs -[options] enc2xs -M ModName mapfiles... enc2xs -C | null | null |
git-cvsserver | This application is a CVS emulation layer for Git. It is highly functional. However, not all methods are implemented, and for those methods that are implemented, not all switches are implemented. Testing has been done using both the CLI CVS client, and the Eclipse CVS plugin. Most functionality works fine with both of ... | git-cvsserver - A CVS server emulator for Git | SSH: export CVS_SERVER="git cvsserver" cvs -d :ext:user@server/path/repo.git co <HEAD_name> pserver (/etc/inetd.conf): cvspserver stream tcp nowait nobody /usr/bin/git-cvsserver git-cvsserver pserver Usage: git-cvsserver [<options>] [pserver|server] [<directory> ...] | All these options obviously only make sense if enforced by the server side. They have been implemented to resemble the git-daemon(1) options as closely as possible. --base-path <path> Prepend path to requested CVSROOT --strict-paths Don’t allow recursing into subdirectories --export-all Don’t check for gitcvs.enabled i... | 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 |
alembic | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.