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 |
|---|---|---|---|---|---|
gsha1sum | Print or check SHA1 (160-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 di... | sha1sum - compute and check SHA1 message digest | sha1sum [OPTION]... [FILE]... | null | null |
ambiguous_words | null | null | null | null | null |
fc-pattern | null | null | null | null | null |
argon2 | null | null | null | null | null |
my_print_defaults | my_print_defaults displays the options that are present in option groups of option files. The output indicates what options are used by programs that read the specified option groups. For example, the mysqlcheck program reads the [mysqlcheck] and [client] option groups. To see what options are present in those groups i... | my_print_defaults - display options from option files | my_print_defaults [options] option_group ... | null | null |
identify-cli | null | null | null | null | null |
lstmeval | null | null | null | null | null |
coverage3 | null | null | null | null | null |
mysqlrouter_keyring | null | null | null | null | null |
yt-dlp | yt-dlp is a feature-rich command-line audio/video downloader with support for thousands of sites. The project is a fork of youtube-dl (https://github.com/ytdl-org/youtube-dl) based on the now inactive youtube-dlc (https://github.com/blackjack4494/yt-dlc). | yt-dlp - A feature-rich command-line audio/video downloader | yt-dlp [OPTIONS] URL [URL...] | General Options: -h, --help Print this help text and exit --version Print program version and exit -U, --update Update this program to the latest version --no-update Do not check for updates (default) --update-to [CHANNEL]@[TAG] Upgrade/downgrade to a specific version. CHANNEL can be a repository as well. CHANNEL and ... | null |
pidproxy | null | null | null | null | null |
mackup | null | null | null | null | null |
rtmpdump | rtmpdump is a tool for dumping media content streamed over RTMP. rtmpdump makes a connection to the specified RTMP server and plays the media specified by the given url. The url should be of the form rtmp[t][e]://hostname[:port][/app[/playpath]] Plain rtmp, as well as tunneled and encrypted sessions are supported. | rtmpdump - RTMP streaming media client | rtmpdump -r_url [-n_hostname] [-c_port] [-l_protocol] [-S_host:port] [-a_app] [-t_tcUrl] [-p_pageUrl] [-s_swfUrl] [-f_flashVer] [-u_auth] [-C_conndata] [-y_playpath] [-Y] [-v] [-d_subscription] [-e] [-k_skip] [-A_start] [-B_stop] [-b_buffer] [-m_timeout] [-T_key] [-j_JSON] [-w_swfHash] [-x_swfSize] [-W_swfUrl] [-X_swfA... | Network Parameters These options define how to connect to the media server. --rtmp -r url URL of the server and media content. --host -n hostname Overrides the hostname in the RTMP URL. --port -c port Overrides the port number in the RTMP URL. --protocol -l number Overrides the protocol in the RTM... | null |
g++-13 | When you invoke GCC, it normally does preprocessing, compilation, assembly and linking. The "overall options" allow you to stop this process at an intermediate stage. For example, the -c option says not to run the linker. Then the output consists of object files output by the assembler. Other options are passed on t... | gcc - GNU project C and C++ compiler | gcc [-c|-S|-E] [-std=standard] [-g] [-pg] [-Olevel] [-Wwarn...] [-Wpedantic] [-Idir...] [-Ldir...] [-Dmacro[=defn]...] [-Umacro] [-foption...] [-mmachine-option...] [-o outfile] [@file] infile... Only the most useful options are listed here; see below for the remainder. g++ accepts mostly the same options as gcc. | Option Summary Here is a summary of all the options, grouped by type. Explanations are in the following sections. Overall Options -c -S -E -o file -dumpbase dumpbase -dumpbase-ext auxdropsuf -dumpdir dumppfx -x language -v -### --help[=class[,...]] --target-help --version -pass-exit-codes -pipe -specs=file -... | null |
dtls_client | null | null | null | null | null |
redis-server | null | null | null | null | null |
flake8 | null | null | null | null | null |
jiwer | null | null | null | null | null |
kbxutil | null | null | null | null | null |
unxz | 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... |
hwloc-distrib | hwloc-distrib generates a series of CPU masks corresponding to a distribution of a given number of elements over the topology of the machine. The distribution is done recursively from the top of the hierarchy (or from the level specified by option --from) down to the bottom of the hierarchy (or down to the level specif... | hwloc-distrib - Build a number of cpu masks distributed on the system | hwloc-distrib [options] <integer> | --single Singlify each output to a single CPU. --taskset Show CPU set strings in the format recognized by the taskset command-line program instead of hwloc-specific CPU set string format. -v --verbose Verbose messages. -i <path>, --input <path> Read the topology from <path> instead of discovering the topology of the lo... | hwloc-distrib's operation is best described through several examples. If 4 processes have to be distributed across a machine, their CPU masks may be obtained with: $ hwloc-distrib 4 0x0000000f 0x00000f00 0x000000f0 0x0000f000 To distribute only among the second package, the topology should be restricted: $ hwloc-distri... |
datacopy | datacopy is a utility distributed with FreeTDS. datacopy will move table data from one server to another without the need for intermediate files. datacopy is much faster and more efficient than is freebcp out/in. datacopy makes use of the db-lib bcp API built into FreeTDS. This API is also available to application dev... | datacopy – move table data between two servers | datacopy [-vdE] {-t | -a | -c owner} [-b batchsize] [-p packetsize] [-S server/username/password/database/table_or_view] [-D server/username/password/database/table] [-T textsize] | -t Truncate target table before loading data. -a Append data to target table. -c owner Create the target table with the same schema as the source table. datacopy will submit a ‘CREATE TABLE’ command on the target server using the specified owner in the command, e.g. ‘CREATE TABLE owner.table (...).’ -b batch... | null |
libav-merge-next-commit | null | null | null | null | null |
gen_key | null | null | null | null | null |
fido2-cred | fido2-cred makes or verifies a FIDO2 credential. A credential type may be es256 (denoting ECDSA over NIST P-256 with SHA-256), rs256 (denoting 2048-bit RSA with PKCS#1.5 padding and SHA-256), or eddsa (denoting EDDSA over Curve25519 with SHA-512). If type is not specified, es256 is assumed. When making a credential, th... | fido2-cred – make/verify a FIDO2 credential | fido2-cred -M [-bdhqruvw] [-c cred_protect] [-i input_file] [-o output_file] device [type] fido2-cred -V [-dhv] [-c cred_protect] [-i input_file] [-o output_file] [type] | null | Create a new es256 credential on /dev/hidraw5, verify it, and save the id and the public key of the credential in cred: $ echo credential challenge | openssl sha256 -binary | base64 > cred_param $ echo relying party >> cred_param $ echo user name >> cred_param $ dd if=/dev/urandom bs=1 count=32 | base64 >> cred_param $... |
mysqldumpslow | The MySQL slow query log contains information about queries that take a long time to execute (see Section 5.4.5, “The Slow Query Log”). mysqldumpslow parses MySQL slow query log files and summarizes their contents. Normally, mysqldumpslow groups queries that are similar except for the particular values of number and st... | mysqldumpslow - Summarize slow query log files | mysqldumpslow [options] [log_file ...] | null | null |
grpc_objective_c_plugin | null | null | null | null | null |
mysqld | mysqld, also known as MySQL Server, is a single multithreaded program that does most of the work in a MySQL installation. It does not spawn additional processes. MySQL Server manages access to the MySQL data directory that contains databases and tables. The data directory is also the default location for other informat... | mysqld - the MySQL server | mysqld [options] | null | null |
freetype-config | freetype-config returns information needed for compiling and linking programs with the FreeType library, such as linker flags and compilation parameters. Alternatively, it can be used to query information about the FreeType library version installed on the system, such as the installation (directory path) prefix or the... | freetype-config - Get information about a libfreetype installation | freetype-config [options] | There are two types of options: output/display selection options, and path override options. Output selection options Only one of the output selection options should be given at each program invocation. --prefix Return the prefix value of the installed FreeType library (the default prefix will be `/usr' in most cases f... | null |
fbectest | null | null | null | null | null |
pip3 | null | null | null | null | null |
exrmultipart | null | null | null | null | null |
gpg-error | null | null | null | null | null |
b2sum | Print or check BLAKE2b (512-bit) checksums. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are mandatory for short options too. -b, --binary read in binary mode -c, --check read checksums from the FILEs and check them -l, --length=BITS digest length in bits; must not exceed th... | b2sum - compute and check BLAKE2 message digest | b2sum [OPTION]... [FILE]... | null | null |
gr2fonttest | null | null | null | null | null |
crlutil | null | null | null | null | null |
gcov-13 | gcov is a test coverage program. Use it in concert with GCC to analyze your programs to help create more efficient, faster running code and to discover untested parts of your program. You can use gcov as a profiling tool to help discover where your optimization efforts will best affect your code. You can also use gc... | gcov - coverage testing tool | gcov [-v|--version] [-h|--help] [-a|--all-blocks] [-b|--branch-probabilities] [-c|--branch-counts] [-d|--display-progress] [-f|--function-summaries] [-j|--json-format] [-H|--human-readable] [-k|--use-colors] [-l|--long-file-names] [-m|--demangled-names] [-n|--no-output] [-o|--object-directory directory|file] [-p|--pres... | -a --all-blocks Write individual execution counts for every basic block. Normally gcov outputs execution counts only for the main blocks of a line. With this option you can determine if blocks within a single line are not being executed. -b --branch-probabilities Write branch frequencies to the output file, and write ... | null |
venc_data_dump | null | null | null | null | null |
enc_recon_frame_test | null | null | null | null | null |
zipmerge | zipmerge merges the source zip archives source-zip into the target zip archive target-zip. By default, files in the source zip archives overwrite existing files of the same name in the target zip archive. Supported options: -D Ignore directory components in file name comparisons. This option is slow for archives wi... | zipmerge – merge zip archives | zipmerge [-DhIiSsV] target-zip source-zip [source-zip ...] | null | null |
env_parallel.csh | null | null | null | null | null |
mysqlrouter | • mysqlrouter Option Summaries • mysqlrouter Option Descriptions MySQL Router accepts command line options that are passed into mysqlrouter to affect its behavior, or to bootstrap router based on an InnoDB Cluster. When starting Router, you can optionally use --config to pass in the main configuration file's locati... | mysqlrouter - MySQL Router | mysqlrouter [options] | null | null |
distro | null | null | null | null | null |
gnutls-serv | Server program that listens to incoming TLS connections. | gnutls-serv - GnuTLS server | gnutls-serv [-flags] [-flag [value]] [--option-name[[=| ]value]] All arguments must be options. | -d num, --debug=num Enable debugging. This option takes an integer number as its argument. The value of num is constrained to being: in the range 0 through 9999 Specifies the debug level. --sni-hostname=str Server's hostname for server name extension. Server name of type host_name that the server will recognise as it... | Running your own TLS server based on GnuTLS can be useful when debugging clients and/or GnuTLS itself. This section describes how to use gnutls-serv as a simple HTTPS server. The most basic server can be started as: gnutls-serv --http --priority "NORMAL:+ANON-ECDH:+ANON-DH" It will only support anonymous ciphersuites, ... |
grm | This manual page documents the GNU version of rm. rm removes each specified file. By default, it does not remove directories. If the -I or --interactive=once option is given, and there are more than three files or the -r, -R, or --recursive are given, then rm prompts the user for whether to proceed with the entire ope... | rm - remove files or directories | rm [OPTION]... [FILE]... | Remove (unlink) the FILE(s). -f, --force ignore nonexistent files and arguments, never prompt -i prompt before every removal -I prompt once before removing more than three files, or when removing recursively; less intrusive than -i, while still giving protection against most mistakes --interactive[=WHEN] prompt... | null |
ssl_pthread_server | null | null | null | null | null |
tor-resolve | tor-resolve is a simple script to connect to a SOCKS proxy that knows about the SOCKS RESOLVE command, hand it a hostname, and return an IP address. By default, tor-resolve uses the Tor server running on 127.0.0.1 on SOCKS port 9050. If this isn’t what you want, you should specify an explicit sockshost and/or socksport... | tor-resolve - resolve a hostname to an IP address via tor | tor-resolve [-4|-5] [-v] [-x] [-p socksport] hostname [sockshost[:socksport]] | -v Display verbose output. -x Perform a reverse lookup: get the PTR record for an IPv4 address. -5 Use the SOCKS5 protocol. (Default) -4 Use the SOCKS4a protocol rather than the default SOCKS5 protocol. Doesn’t support reverse DNS. -p socksport Override the default SOCKS port without setting the hostname. SEE ALSO tor(... | null |
aarch64-apple-darwin23-gcc-13 | null | null | null | null | null |
exr_to_pq | null | null | null | null | null |
exrmultiview | null | null | null | null | null |
pcre2test | If pcre2test is given two filename arguments, it reads from the first and writes to the second. If the first name is "-", input is taken from the standard input. If pcre2test is given only one argument, it reads from that file and writes to stdout. Otherwise, it reads from stdin and writes to stdout. When pcre2test is ... | pcre2test - a program for testing Perl-compatible regular expressions. | pcre2test [options] [input file [output file]] pcre2test is a test program for the PCRE2 regular expression libraries, but it can also be used for experimenting with regular expressions. This document describes the features of the test program; for details of the regular expressions themselves, see the pcre2pattern doc... | null | null |
mysql_config | mysql_config provides you with useful information for compiling your MySQL client and connecting it to MySQL. It is a shell script, so it is available only on Unix and Unix-like systems. Note pkg-config can be used as an alternative to mysql_config for obtaining information such as compiler flags or link libraries requ... | mysql_config - display options for compiling clients | mysql_config options | null | null |
gdbus-codegen | null | null | null | null | null |
fc-validate | null | null | null | null | null |
cjpeg | cjpeg compresses the named image file, or the standard input if no file is named, and produces a JPEG/JFIF file on the standard output. The currently supported input file formats are: PPM (PBMPLUS color format), PGM (PBMPLUS grayscale format), BMP, GIF, and Targa. | cjpeg - compress an image file to a JPEG file | cjpeg [ options ] [ filename ] | All switch names may be abbreviated; for example, -grayscale may be written -gray or -gr. Most of the "basic" switches can be abbreviated to as little as one letter. Upper and lower case are equivalent (thus -BMP is the same as -bmp). British spellings are also accepted (e.g., -greyscale), though for brevity these a... | This example compresses the PPM file foo.ppm with a quality factor of 60 and saves the output as foo.jpg: cjpeg -quality 60 foo.ppm > foo.jpg HINTS Color GIF files are not the ideal input for JPEG; JPEG is really intended for compressing full-color (24-bit) images. In particular, don't try to convert cartoons, line dr... |
autom4te | Run GNU M4 on the FILES, avoiding useless runs. Output the traces if tracing, the frozen file if freezing, otherwise the expansion of the FILES. If some of the FILES are named 'FILE.m4f' they are considered to be M4 frozen files of all the previous files (which are therefore not loaded). If 'FILE.m4f' is not found, th... | autom4te - Generate files and scripts thanks to M4 | autom4te [OPTION]... [FILES] | null | null |
mpg123 | mpg123 reads one or more files (or standard input if ``-'' is specified) or URLs and plays them on the audio device (default) or outputs them to stdout. file/URL is assumed to be an MPEG audio bit stream. OPERANDS The following operands are supported: file(s) The path name(s) of one or more input files. They must be v... | mpg123 - play audio MPEG 1.0/2.0/2.5 stream (layers 1, 2 and 3) | mpg123 [ options ] file-or-URL... | mpg123 options may be either the traditional POSIX one letter options, or the GNU style long options. POSIX style options start with a single ``-'', while GNU long options start with ``--''. Option arguments (if needed) follow separated by whitespace (not ``=''). Note that some options can be absent from your instal... | null |
nvim | nvim is a text editor based on Vim. Start nvim followed by any number of options and/or files: nvim [options] [file ...] Commands in nvim begin with colon (‘:’). Type ":help subject" to get help on a specific subject. Use <Tab> and CTRL-D to complete subjects (":help cmdline-completion"). The "quickref" help section... | nvim – edit text | nvim [options] [file ...] nvim [options] - nvim [options] -t tag nvim [options] -q [errorfile] | -t tag Finds tag in the tags file, the associated file becomes the current file and the associated command is executed. Cursor is positioned at the tag location in the file. :help tag-commands -q [errorfile] QuickFix mode. Display the first error in errorfile. If errorfile is omitted, the value of the 'errorfile' o... | null |
jpegtran | jpegtran performs various useful transformations of JPEG files. It can translate the coded representation from one variant of JPEG to another, for example from baseline JPEG to progressive JPEG or vice versa. It can also perform some rearrangements of the image data, for example turning an image from landscape to port... | jpegtran - lossless transformation of JPEG files | jpegtran [ options ] [ filename ] | All switch names may be abbreviated; for example, -optimize may be written -opt or -o. Upper and lower case are equivalent. British spellings are also accepted (e.g., -optimise), though for brevity these are not mentioned below. To specify the coded JPEG representation used in the output file, jpegtran accepts a subs... | This example converts a baseline JPEG file to progressive form: jpegtran -progressive foo.jpg > fooprog.jpg This example rotates an image 90 degrees clockwise, discarding any unrotatable edge pixels: jpegtran -rot 90 -trim foo.jpg > foo90.jpg ENVIRONMENT JPEGMEM If this environment variable is set, its value is the def... |
transformers-cli | null | null | null | null | null |
redis-cli | null | null | null | null | null |
protoc-27.1.0 | null | null | null | null | null |
exrmaketiled | null | null | null | null | null |
srt-ffplay | null | null | null | null | null |
query_compile_time_config | null | null | null | null | null |
lstopo | 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... |
libpng16-config | null | null | null | null | null |
xcodeproj | null | null | null | null | null |
freebcp | freebcp is a utility program distributed with FreeTDS. freebcp replicates (in part at least) the functionality of the bcp utility programs distributed by Sybase and Microsoft. freebcp makes use of the DB-Library bcp API provided by FreeTDS. This API is also available to application developers. The manual pages or onl... | freebcp – bulk loading utility for Sybase and Microsoft databases | freebcp [[⟨database⟩.]⟨owner⟩.]⟨object_name⟩ {in | [query]out} datafile {-c | -n | -f formatfile} [-S servername] [-D dbname] [-U username] [-P password] [-b batchsize] [-F firstrow] [-L lastrow] [-e errfile] [-I interfaces] [-m maxerror] [-t field_term] [-r row_term] [-h hints] [-T textsize] [-A packet_size] [-O optio... | -A packet_size Set the size of a TDS packet to packet_size. Not sure why you would want to do this, except as an experiment. -D dbname The name of the default database to use. Overrides default database associated with the login account. Causes freebcp to issue a USE dbname command immediately after logging in, befo... | null |
dertimetest | null | null | null | null | null |
gsha256sum | Print or check SHA256 (256-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 ... | sha256sum - compute and check SHA256 message digest | sha256sum [OPTION]... [FILE]... | null | null |
pod2text | pod2text is a wrapper script around the Pod::Text and its subclasses. It uses them to generate formatted text from POD source. It can optionally use either termcap sequences or ANSI color escape sequences to format the text. input is the file to read for POD source (the POD can be embedded in code). If input isn't gi... | pod2text - Convert POD data to formatted ASCII text | pod2text [-aclostu] [--code] [-e encoding] [--errors=style] [--guesswork=rule[,rule...]] [-i indent] [-q quotes] [--nourls] [--stderr] [-w width] [input [output ...]] pod2text -h | Each option is annotated with the version of podlators in which that option was added with its current meaning. -a, --alt [1.00] Use an alternate output format that, among other things, uses a different heading style and marks "=item" entries with a colon in the left margin. --code [1.11] Include any non-POD text from ... | null |
addbuiltin | null | null | null | null | null |
dart | null | null | null | null | null |
nltk | null | null | null | null | null |
imageio_remove_bin | null | null | null | null | null |
xzegrep | 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 |
sem | GNU sem is an alias for GNU parallel --semaphore. GNU sem acts as a counting semaphore. When GNU sem is called with command it starts the command in the background. When num number of commands are running in the background, GNU sem waits for one of these to complete before starting the command. GNU sem does not read an... | sem - semaphore for executing shell command lines in parallel | sem [--fg] [--id <id>] [--semaphoretimeout <secs>] [-j <num>] [--wait] command | command Command to execute. The command may be followed by arguments for the command. --bg Run command in background thus GNU sem will not wait for completion of the command before exiting. This is the default. In toilet analogy: GNU sem waits for a toilet to be available, gives the toilet to a person, and exits immedi... | null |
pinentry-tty | null | null | null | null | null |
gsettings | null | null | null | null | null |
btoa | null | null | null | null | null |
jxl_from_tree | null | null | null | null | null |
pngfix | null | null | null | null | null |
isql | isql and iusql are command-line tools allowing users to execute SQL interactively or in batches. The tools provide several useful features, including an option to generate output wrapped in an HTML table. iusql is the same as isql but includes built-in Unicode support. Some data sources only work with iusql. An import... | isql, iusql - unixODBC interactive SQL command-line tools | isql DSN [USER [PASSWORD]] [options] iusql DSN [USER [PASSWORD]] [options] iusql "ConnectionString" [options] | -b Run 'isql' in non-interactive batch mode. In this mode, 'isql' processes from standard input, expecting one SQL command per line. -dDELIMITER Delimit columns with the specified delimiter. -xHEX Delimit columns with the character represented in hexadecimal by HEX. The hexadecimal code must be in the format 0xNN ... | A bare DSN: $ iusql WebDB MyID MyPWD -w -b < My.sql Connects to the WebDB DSN as user MyID with password MyPWD, then executes the commands in the My.sql file and returns the results wrapped in an HTML table. Each line in My.sql must only contain one SQL command, except for the last line, which must be blank (unless the... |
pdfattach | Pdfattach adds a new embedded file (attachment) to an existing Portable Document Format (PDF) file. | pdfattach - Portable Document Format (PDF) document embedded file creator (version 3.03) | pdfattach [options] input-PDF-file file-to-attach output-PDF-file | -replace Replace embedded file with same name (if it exists) -v Print copyright and version information. -h Print usage information. (-help and --help are equivalent.) EXIT CODES 0 No error. 1 Error opening input PDF file. 2 Error opening file to attach. 3 Output file already exists. 3 ... | null |
butteraugli_main | null | null | null | null | null |
mysqltest_safe_process | null | null | null | null | null |
gfalse | Exit with a status code indicating failure. --help display this help and exit --version output version information and exit NOTE: your shell may have its own version of false, which usually supersedes the version described here. Please refer to your shell's documentation for details about the options it supports. AUTH... | false - do nothing, unsuccessfully | false [ignored command line arguments] false OPTION | null | null |
shapeclustering | null | null | null | null | null |
env_parallel.tcsh | null | null | null | null | null |
glib-compile-schemas | null | null | null | null | null |
shtab | null | null | null | null | null |
webpmux | This manual page documents the webpmux command. webpmux can be used to create/extract from animated WebP files, as well as to add/extract/strip XMP/EXIF metadata and ICC profile. If a single file name (not starting with the character '-') is supplied as the argument, the command line arguments are actually tokenized f... | webpmux - create animated WebP files from non-animated WebP images, extract frames from animated WebP images, and manage XMP/EXIF metadata and ICC profile. | webpmux -get GET_OPTIONS INPUT -o OUTPUT webpmux -set SET_OPTIONS INPUT -o OUTPUT webpmux -strip STRIP_OPTIONS INPUT -o OUTPUT webpmux -frame FRAME_OPTIONS [ -frame ... ] [ -loop LOOP_COUNT ] [ -bgcolor BACKGROUND_COLOR ] -o OUTPUT webpmux -duration DURATION OPTIONS [ -duration ... ] INPUT -o OUTPUT webpmux -info INPUT... | GET_OPTIONS (-get): icc Get ICC profile. exif Get EXIF metadata. xmp Get XMP metadata. frame n Get nth frame from an animated image. (n = 0 has a special meaning: last frame). SET_OPTIONS (-set) loop loop_count Set loop count on an animated file. Where: 'loop_count' must be in range [0, 65535]. bgcolor A,R,G,B ... | Add ICC profile: webpmux -set icc image_profile.icc in.webp -o icc_container.webp Extract ICC profile: webpmux -get icc icc_container.webp -o image_profile.icc Strip ICC profile: webpmux -strip icc icc_container.webp -o without_icc.webp Add XMP metadata: webpmux -set xmp image_metadata.xmp in.webp -o xmp_container.webp... |
mpg123-id3dump | null | null | null | null | null |
bltest | null | null | null | null | null |
fc-query | null | null | null | null | null |
pk_verify | null | null | null | null | null |
brotli | null | null | null | null | null |
undill | null | null | null | null | null |
cargo | This program is a package manager and build tool for the Rust language, available at <https://rust-lang.org>. COMMANDS Build Commands cargo-bench(1) Execute benchmarks of a package. cargo-build(1) Compile a package. cargo-check(1) Check a local package and all of its dependencies for errors. cargo-clean(1) Remove artif... | cargo — The Rust package manager | cargo [options] command [args] cargo [options] --version cargo [options] --list cargo [options] --help cargo [options] --explain code | Special Options -V, --version Print version info and exit. If used with --verbose, prints extra information. --list List all installed Cargo subcommands. If used with --verbose, prints extra information. --explain code Run rustc --explain CODE which will print out a detailed explanation of an error message (for example... | 1. Build a local package and all of its dependencies: cargo build 2. Build a package with optimizations: cargo build --release 3. Run tests for a cross-compiled target: cargo test --target i686-unknown-linux-gnu 4. Create a new package that builds an executable: cargo new foobar 5. Create a package in the current direc... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.