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 |
|---|---|---|---|---|---|
conda-verify | null | null | null | null | null |
cpuinfo | null | null | null | null | null |
mysqladmin | mysqladmin is a client for performing administrative operations. You can use it to check the server's configuration and current status, to create and drop databases, and more. Invoke mysqladmin like this: mysqladmin [options] command [command-arg] [command [command-arg]] ... mysqladmin supports the following commands. ... | mysqladmin - a MySQL server administration program | mysqladmin [options] command [command-options] [command [command-options]] ... | null | null |
ptdump | null | null | null | null | null |
kadmin | kadmin and kadmin.local are command-line interfaces to the Kerberos V5 administration system. They provide nearly identical functionalities; the difference is that kadmin.local directly accesses the KDC database, while kadmin performs operations using kadmind(8). Except as explicitly noted otherwise, this man page wi... | kadmin - Kerberos V5 database administration program | kadmin [-O|-N] [-r realm] [-p principal] [-q query] [[-c cache_name]|[-k [-t keytab]]|-n] [-w password] [-s admin_server[:port]] [command args...] kadmin.local [-r realm] [-p principal] [-q query] [-d dbname] [-e enc:salt ...] [-m] [-x db_args] [command args...] | -r realm Use realm as the default database realm. -p principal Use principal to authenticate. Otherwise, kadmin will append /admin to the primary principal name of the default ccache, the value of the USER environment variable, or the username as obtained with getpwuid, in order of preference. -k Use a keytab to d... | null |
xmlcatalog | xmlcatalog is a command line application allowing users to monitor and manipulate XML and SGML catalogs. It is included in libxml(3). Its functions can be invoked from a single command from the command line, or it can perform multiple functions in interactive mode. It can operate on both XML and SGML files. | xmlcatalog - Command line tool to parse and manipulate XML or SGML catalog files. | xmlcatalog [--sgml | --shell | --create | --del VALUE(S) | [ --add TYPE ORIG REPLACE | --add FILENAME] | --noout | --no-super-update | [-v | --verbose]] {CATALOGFILE} {ENTITIES...} | xmlcatalog accepts the following options (in alphabetical order): --add TYPE ORIG REPLACE Add an entry to CATALOGFILE. TYPE indicates the type of entry. Possible types are: public, system, uri, rewriteSystem, rewriteURI, delegatePublic, delegateSystem, delegateURI, nextCatalog. ORIG is the original reference to be re... | null |
msgfilter | Applies a filter to all translations of a translation catalog. Mandatory arguments to long options are mandatory for short options too. Input file location: -i, --input=INPUTFILE input PO file -D, --directory=DIRECTORY add DIRECTORY to list for input files search If no input file is given or if it is -, standard input ... | msgfilter - edit translations of message catalog | msgfilter [OPTION] FILTER [FILTER-OPTION] | null | null |
pypdfium2 | null | null | null | null | null |
lzfgrep | 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 |
installcheck | The installcheck tool checks if all packages in REPO1...REPON are installable. A package is installable if there is a set of packages from the repositories that satisfies its dependencies. The repositories after the --nocheck option are only used for dependency resolving, but the tool does not check if the packages in ... | installcheck - find out which packages cannot be installed | installcheck ARCH REPO1 REPO2... --nocheck NREPO1 NREPO2... | null | null |
black | null | null | null | null | null |
arm64-apple-darwin20.0.0-mtoc | mtoc converts the input EFI file built as a Mach-O file into an output PEFOFF file. -subsystem type specifies the EFI subsystem type which can be application, boot or runtime. The default is application. -section_alignment value Specifies the PECOFF section alignment. value is a hexadecimal number that must be an int... | mtoc - convert a Mach-O file to a PECOFF file | mtoc [ -subsystem type ] [ -section_alignment value ] [ -align value ] [ -version major.minor ] [ -d filename ] input output | null | null |
conda-env | null | null | null | null | null |
rst2pseudoxml.py | null | null | null | null | null |
glib-mkenums | null | null | null | null | null |
jupyter-qtconsole | null | null | null | null | null |
xzmore | xzmore displays text from compressed files to a terminal using more(1). Files supported by xz(1) are decompressed; other files are assumed to be in uncompressed form already. If no files are given, xzmore reads from standard input. See the more(1) manual for the keyboard commands. Note that scrolling backwards might ... | xzmore, lzmore - view xz or lzma compressed (text) files | xzmore [file...] lzmore [file...] | null | null |
cwebp | This manual page documents the cwebp command. cwebp compresses an image using the WebP format. Input format can be either PNG, JPEG, TIFF, WebP or raw Y'CbCr samples. Note: Animated PNG and WebP files are not supported. | cwebp - compress an image file to a WebP file | cwebp [options] input_file -o output_file.webp | The basic options are: -o string Specify the name of the output WebP file. If omitted, cwebp will perform compression 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 a '-' for instance.... | cwebp -q 50 -lossless picture.png -o picture_lossless.webp cwebp -q 70 picture_with_alpha.png -o picture_with_alpha.webp cwebp -sns 70 -f 50 -size 60000 picture.png -o picture.webp cwebp -o picture.webp -- ---picture.png AUTHORS cwebp is a part of libwebp and was written by the WebP team. The latest source tree is avai... |
tiffmedian | null | null | null | null | null |
arm64-apple-darwin20.0.0-check_dylib | Check_dylib is a tool used by Apple's Build and Integration team to perform checks on a Mach-O dynamic library as part of the build process. The checks are performed and check_dylib(l) returns the status of the checks as exit values. The checks are performed in the following order: If the install name of the dynamic l... | check_dylib - perform checks on a dynamic library file | check_dylib filename -install_name install_name -seg_addr_table seg_addr_table -seg_addr_table_filename path_name | null | null |
mysqldump | The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table data. It dumps one or more MySQL databases for backup or transfer to another SQL server. The mysqldump command can also generate output in CSV, ot... | mysqldump - a database backup program | mysqldump [options] [db_name [tbl_name ...]] | null | null |
watchmedo | null | null | null | null | null |
texify_benchmark | null | null | null | null | null |
surya_gui | null | null | null | null | null |
sip-wheel | null | null | null | null | null |
xzgrep | 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 |
rst2s5.py | null | null | null | null | null |
pylsp | null | null | null | null | null |
pydoc3 | null | null | null | null | null |
jupyter-kernelspec | null | null | null | null | null |
mysql.server | MySQL distributions on Unix and Unix-like system include a script named mysql.server, which starts the MySQL server using mysqld_safe. It can be used on systems such as Linux and Solaris that use System V-style run directories to start and stop system services. It is also used by the macOS Startup Item for MySQL. mysql... | mysql.server - MySQL server startup script | mysql {start|stop} | null | null |
jupyter-kernel | null | null | null | null | null |
jupyter | null | null | null | null | null |
jupyter-bundlerextension | null | null | null | null | null |
sim_client | null | null | null | null | null |
rst2html.py | null | null | null | null | null |
pyrsa-verify | null | null | null | null | null |
mysqlxtest | null | null | null | null | null |
lzma | 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... |
qtplugininfo | null | null | null | null | null |
rst2man.py | null | null | null | null | null |
tiffcomment | null | null | null | null | null |
qmlscene | null | null | null | null | null |
nmedit | Nmedit changes the global symbols not listed in the list_file file of the -s list_file option to static symbols. Undefined symbols and common symbols are not affected and shouldn't be listed in list_file. For dynamic libraries symbols are turned into private extern symbols that are no longer external (rather than stat... | nmedit - change global symbols to local symbols | nmedit -s list_file [-R list_file] [-p] [-A] [-] [[-arch arch_type] ...] object_file ... [-o output] | null | null |
arm64-apple-darwin20.0.0-lipo | The lipo tool creates or operates on ``universal'' (multi-architecture) files. Generally, lipo reads a single input file and writes to a single output file, although some commands and options accept multiple input files. lipo will only ever write to a single output file, and input files are never modified in place. li... | lipo - create or operate on universal files | lipo input_file command [option...] | -arch arch_type input_file Tells lipo that input_file contains the specified architecture type. The -arch arch_type specification is unnecessary if input_file is an object file, a universal file, or some other file whose architecture(s) lipo can figure out. -hideARM64 When creating a universal binary including both 32... | null |
arm64-apple-darwin20.0.0-segedit | segedit extracts or replaces named sections from the input_file. When extracting sections, segedit will write the contents of each requested section into data_file. When replacing sections, segedit will write a new output_file formed from the input_file and the requested replacement section content from data_file. The ... | segedit - extract and replace sections from object files | segedit input_file [-extract seg_name sect_name data_file] ... segedit input_file [-replace seg_name sect_name data_file] ... -output output_file | null | null |
qmlpreview | null | null | null | null | null |
qtpy | null | null | null | null | null |
curve_keygen | null | null | null | null | null |
py.test | null | null | null | null | null |
sphinx-quickstart | null | null | null | null | null |
pyftmerge | null | null | null | null | null |
klist | klist lists the Kerberos principal and Kerberos tickets held in a credentials cache, or the keys held in a keytab file. | klist - list cached Kerberos tickets | klist [-e] [[-c] [-l] [-A] [-f] [-s] [-a [-n]]] [-C] [-k [-i] [-t] [-K]] [-V] [-d] [cache_name|keytab_name] | -e Displays the encryption types of the session key and the ticket for each credential in the credential cache, or each key in the keytab file. -l If a cache collection is available, displays a table summarizing the caches present in the collection. -A If a cache collection is available, displays the conten... | null |
mysql_upgrade | Note The MySQL server performs the upgrade tasks previously handled by mysql_upgrade (for details, see Section 2.10.3, “What the MySQL Upgrade Process Upgrades”). Consequently, mysql_upgrade is unneeded and is deprecated; expect it to be removed in a future version of MySQL. Because mysql_upgrade no longer performs upg... | mysql_upgrade - Deprecated; performs no tasks and exists with status 0 | mysql_upgrade | null | null |
mysqltest | null | null | null | null | null |
rdjpgcom | rdjpgcom reads the named JPEG/JFIF file, or the standard input if no file is named, and prints any text comments found in the file on the standard output. The JPEG standard allows "comment" (COM) blocks to occur within a JPEG file. Although the standard doesn't actually define what COM blocks are for, they are widely ... | rdjpgcom - display text comments from a JPEG file | rdjpgcom [ -raw ] [ -verbose ] [ filename ] | -raw Normally rdjpgcom escapes non-printable characters in comments, for security reasons. This option avoids that. -verbose Causes rdjpgcom to also display the JPEG image dimensions. Switch names may be abbreviated, and are not case sensitive. HINTS rdjpgcom does not depend on the IJG JPEG library. Its source code... | null |
gst-launch-1.0 | gst-launch-1.0 is a tool that builds and runs basic GStreamer pipelines. In simple form, a PIPELINE-DESCRIPTION is a list of elements separated by exclamation marks (!). Properties may be appended to elements, in the form property=value. For a complete description of possible PIPELINE-DESCRIPTIONS see the section pipel... | gst-launch-1.0 - build and run a GStreamer pipeline | gst-launch-1.0 [OPTION...] PIPELINE-DESCRIPTION | gst-launch-1.0 accepts the following options: --help Print help synopsis and available FLAGS -v, --verbose Output status information and property notifications -q, --quiet Do not print any progress information -m, --messages Output messages posted on the pipeline's bus -t, --tags Output tags (also known as metadata) -... | null |
python3.11-config | null | null | null | null | null |
mysqld_safe | mysqld_safe is the recommended way to start a mysqld server on Unix. mysqld_safe adds some safety features such as restarting the server when an error occurs and logging runtime information to an error log. A description of error logging is given later in this section. Note For some Linux platforms, MySQL installation ... | mysqld_safe - MySQL server startup script | mysqld_safe options | null | null |
ObjectDump | null | null | null | null | null |
jupyter-execute | null | null | null | null | null |
lzegrep | 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 |
moc | null | null | null | null | null |
pttree | null | null | null | null | null |
ckeygen | null | null | null | null | null |
unwinddump | When a C++ (or x86_64 Objective-C) exception is thrown, the runtime must unwind the stack looking for some function to catch the exception. Traditionally, the unwind information is stored in the __TEXT/__eh_frame section of each executable as Dwarf CFI (call frame information). Beginning in Mac OS X 10.6, the unwind in... | unwinddump – Displays compact unwind information in an executable | unwinddump [-arch arch-name] file(s) | null | null |
bzip2 | bzip2 compresses files using the Burrows-Wheeler block sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. The command-line ... | bzip2, bunzip2 - a block-sorting file compressor, v1.0.8 bzcat - decompresses files to stdout bzip2recover - recovers data from damaged bzip2 files | bzip2 [ -cdfkqstvzVL123456789 ] [ filenames ... ] bunzip2 [ -fkvsVL ] [ filenames ... ] bzcat [ -s ] [ filenames ... ] bzip2recover filename | -c --stdout Compress or decompress to standard output. -d --decompress Force decompression. bzip2, bunzip2 and bzcat are really the same program, and the decision about what actions to take is done on the basis of which name is used. This flag overrides that mechanism, and forces bzip2 to decompress. -z --compress The... | null |
email_validator | null | null | null | null | null |
raw2tiff | null | null | null | null | null |
msgfmt | Generate binary message catalog from textual translation description. Mandatory arguments to long options are mandatory for short options too. Similarly for optional arguments. Input file location: filename.po ... input files -D, --directory=DIRECTORY add DIRECTORY to list for input files search If input file is -, st... | msgfmt - compile message catalog to binary format | msgfmt [OPTION] filename.po ... | null | null |
mirror_server_stop | null | null | null | null | null |
install_name_tool | Install_name_tool changes the dynamic shared library install names and or adds, changes or deletes the rpaths recorded in a Mach-O binary. For this tool to work when the install names or rpaths are larger the binary should be built with the ld(1) -headerpad_max_install_names option. -change old new Changes the dependen... | install_name_tool - change dynamic shared library install names | install_name_tool [-change old new ] ... [-rpath old new ] ... [-add_rpath new ] ... [-delete_rpath new ] ... [-id name] file | null | null |
cmpdylib | cmpdylib compares two versions of a dynamic shared library to see if they are compatible with each other. If the two versions are incompatible, the reason is printed to stdout, and the exit status is nonzero. If they are compatible, nothing is printed, and the exit status is zero. To see if the two versions are compati... | cmpdylib - compare two dynamic shared libraries for compatibility | cmpdylib oldLibrary newLibrary | oldLibrary The older version of the library. newLibrary The newer version of the library. | This example shows the result of performing cmpdylib on two incompatible versions of the Foundation library. As stated, the versions are incompatible because the newer version was not built for the ppc architecture. cmpdylib /System/Library/Frameworks/Foundation.framework/Foundation Foundation_proj/Foundation cmpdylib:... |
ppm2tiff | null | null | null | null | null |
rstpep2html.py | null | null | null | null | null |
openai | null | null | null | null | null |
xzdiff | 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 |
msgattrib | Filters the messages of a translation catalog according to their attributes, and manipulates the attributes. Mandatory arguments to long options are mandatory for short options too. Input file location: INPUTFILE input PO file -D, --directory=DIRECTORY add DIRECTORY to list for input files search If no input file is gi... | msgattrib - attribute matching and manipulation on message catalog | msgattrib [OPTION] [INPUTFILE] | null | null |
symilar | null | null | null | null | null |
get_objgraph | null | null | null | null | null |
pcregrep | null | null | null | null | null |
sphinx-autogen | null | null | null | null | null |
tiff2rgba | null | null | null | null | null |
anaconda-navigator | null | null | null | null | null |
pkginfo | null | null | null | null | null |
makerelocs | null | null | null | null | null |
xgettext | Extract translatable strings from given input files. Mandatory arguments to long options are mandatory for short options too. Similarly for optional arguments. Input file location: INPUTFILE ... input files -f, --files-from=FILE get list of input files from FILE -D, --directory=DIRECTORY add DIRECTORY to list for inpu... | xgettext - extract gettext strings from source | xgettext [OPTION] [INPUTFILE]... | null | null |
watchfiles | null | null | null | null | null |
gio | null | null | null | null | null |
cftp | null | null | null | null | null |
automat-visualize | null | null | null | null | null |
mysqlslap | mysqlslap is a diagnostic program designed to emulate client load for a MySQL server and to report the timing of each stage. It works as if multiple clients are accessing the server. Invoke mysqlslap like this: mysqlslap [options] Some options such as --create or --query enable you to specify a string containing an SQL... | mysqlslap - a load emulation client | mysqlslap [options] | null | null |
pyflakes | null | null | null | null | null |
mirror_server | null | null | null | null | null |
fitscopy | null | null | null | null | null |
plasma-store-server | null | null | null | null | null |
jupyter_mac.command | null | null | null | null | null |
h5dump | null | null | null | null | null |
gettextize | Prepares a source package to use gettext. | gettextize - install or upgrade gettext infrastructure | gettextize [OPTION]... [package-dir] | --help print this help and exit --version print version information and exit -f, --force force writing of new files even if old exist --po-dir=DIR specify directory with PO files --no-changelog don't update or create ChangeLog files --symlink make symbolic links instead of copying files -n, --dry-run print modification... | null |
lsm2bin | 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.