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 |
|---|---|---|---|---|---|
lzmainfo | lzmainfo shows information stored in the .lzma file header. It reads the first 13 bytes from the specified file, decodes the header, and prints it to standard output in human readable format. If no files are given or file is -, standard input is read. Usually the most interesting information is the uncompressed size ... | lzmainfo - show information stored in the .lzma file header | lzmainfo [--help] [--version] [file...] | null | null |
unzstd | 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 |
grpc_csharp_plugin | null | null | null | null | null |
bzfgrep | Bzgrep is used to invoke the grep on bzip2-compressed files. All options specified are passed directly to grep. If no file is specified, then the standard input is decompressed if necessary and fed to grep. Otherwise the given files are uncompressed if necessary and fed to grep. If bzgrep is invoked as bzegrep or bzf... | bzgrep, bzfgrep, bzegrep - search possibly bzip2 compressed files for a regular expression | bzgrep [ grep_options ] [ -e ] pattern filename... bzegrep [ egrep_options ] [ -e ] pattern filename... bzfgrep [ fgrep_options ] [ -e ] pattern filename... | null | null |
anaconda | null | null | null | null | null |
qmake | null | null | null | null | null |
zfp | null | null | null | null | null |
tabs | The tabs utility displays a series of characters that clear the hardware terminal tab settings then initialises tab stops at specified positions, and optionally adjusts the margin. In the first synopsis form, the tab stops set depend on the command line options used, and may be one of the predefined formats or at regul... | tabs – set terminal tabs | tabs [-n | -a | -a2 | -c | -c2 | -c3 | -f | -p | -s | -u] [+m[n]] [-T type] tabs [-T type] [+[n]] n1[,n2,...] | null | null |
msgconv | Converts a translation catalog to a different character encoding. 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 given or if it is -, standard input is read. ... | msgconv - character set conversion for message catalog | msgconv [OPTION] [INPUTFILE] | null | null |
flask | null | null | null | null | null |
qdoc | null | null | null | null | null |
sip-sdist | null | null | null | null | null |
grpc_node_plugin | null | null | null | null | null |
gif2rgb | null | gif2rgb - convert images saved as GIF to 24-bit RGB triplets | gif2rgb [-v] [-1] [-c colors] [-s width height] [-o outfile] [-h] [gif-file] | -v Verbose mode (show progress). Enables printout of running scan lines. -1 Only one file in the format of RGBRGB... triplets (Each of R, G,B is a byte) is being read or written. This file size is 3 * Width * Height. If stdin is used for input or stdout for output, this option is implicitly applied. The default (if not... | null |
bzmore | Bzmore is a filter which allows examination of compressed or plain text files one screenful at a time on a soft-copy terminal. bzmore works on files compressed with bzip2 and also on uncompressed files. If a file does not exist, bzmore looks for a file of the same name with the addition of a .bz2 suffix. Bzmore norma... | bzmore, bzless - file perusal filter for crt viewing of bzip2 compressed text | bzmore [ name ... ] bzless [ name ... ] NOTE In the following description, bzless and less can be used interchangeably with bzmore and more. | null | null |
streamlit.cmd | null | null | null | null | null |
msggrep | Extracts all messages of a translation catalog that match a given pattern or belong to some given source files. 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... | msggrep - pattern matching on message catalog | msggrep [OPTION] [INPUTFILE] | null | null |
idle3.11 | null | null | null | null | null |
bzgrep | Bzgrep is used to invoke the grep on bzip2-compressed files. All options specified are passed directly to grep. If no file is specified, then the standard input is decompressed if necessary and fed to grep. Otherwise the given files are uncompressed if necessary and fed to grep. If bzgrep is invoked as bzegrep or bzf... | bzgrep, bzfgrep, bzegrep - search possibly bzip2 compressed files for a regular expression | bzgrep [ grep_options ] [ -e ] pattern filename... bzegrep [ egrep_options ] [ -e ] pattern filename... bzfgrep [ fgrep_options ] [ -e ] pattern filename... | null | null |
libtool | The libtool command takes the specified input object files and creates a library for use with the link editor, ld(1). The library's name is specified by output (the argument to the -o flag). The input object files may be in any correct format that contains object files (``universal'' files, archives, object files). ... | libtool - create libraries ranlib - add or update the table of contents of archive libraries | libtool -static -o output [ -sacLTD ] [ - ] [ -arch_only arch_type ] [ -no_warning_for_no_symbols ] file... [-filelist listfile[,dirname]] libtool -dynamic -o output [ -install_name name ] [ -compatibility_version number ] [ -current_version number ] [ link editor flags ] [ -v ] [ -noall_load ] [ - ] [ -arch_only arch... | The following options pertain to libtool only. @file Arguments beginning with @ are replaced by arguments read from the specified file, as an alternative to listing those arguments on the command line. The files simply contain libtool options and files separated by whitespace: spaces, tabs, and newlines. Characters ca... | null |
tracegen | null | null | null | null | null |
qdarkstyle.example | null | null | null | null | null |
conda-pack | null | null | null | null | null |
canbusutil | null | null | null | null | null |
makeconv | makeconv converts the ICU converter table convertertable into a binary file. The binary file has the same base name as convertertable but has a .cnv extension (instead of the typical .ucm extension of the convertertable file). This binary file can then be read directly by ICU, or used by pkgdata(1) for incorporation i... | makeconv - compile a converter table | makeconv [ -h, -?, --help ] [ -c, --copyright ] [ -v, --verbose ] [ -d, --destdir destination ] convertertable ... | -h, -?, --help Print help about usage and exit. -c, --copyright Include a copyright notice in the binary data. -v, --verbose Display extra informative messages during execution. -d, --destdir destination Set the destination directory to destination. The default destination directory is specified by the environment var... | null |
toe | With no options, toe lists all available terminal types by primary name with descriptions. File arguments specify the directories to be scanned; if no such arguments are given, your default terminfo directory is scanned. If you also specify the -h option, a directory header will be issued as each directory is entered... | toe - table of (terminfo) entries | toe [-v[n]] [-ahsuUV] file... | null | null |
pcre2grep | pcre2grep searches files for character patterns, in the same way as other grep commands do, but it uses the PCRE2 regular expression library to support patterns that are compatible with the regular expressions of Perl 5. See pcre2syntax(3) for a quick-reference summary of pattern syntax, or pcre2pattern(3) for a full d... | pcre2grep - a grep with Perl-compatible regular expressions. | pcre2grep [options] [long options] [pattern] [path1 path2 ...] | The order in which some of the options appear can affect the output. For example, both the -H and -l options affect the printing of file names. Whichever comes later in the command line will be the one that takes effect. Similarly, except where noted below, if an option is given twice, the later setting is used. Numeri... | null |
autopoint | Copies standard gettext infrastructure files into a source package. | autopoint - copies standard gettext infrastructure | autopoint [OPTION]... | --help print this help and exit --version print version information and exit -f, --force force overwriting of files that already exist -n, --dry-run print modifications but don't perform them AUTHOR Written by Bruno Haible REPORTING BUGS Report bugs in the bug tracker at <https://savannah.gnu.org/projects/gettext> or b... | null |
machocheck | null | null | null | null | null |
macdeployqt | null | null | null | null | null |
qdarkstyle | null | null | null | null | null |
gifclrmp | A program to modify GIF image colormaps. Any local colormap in a GIF file can be modified at a time, or the global screen one. | gifclrmp - extract colormaps from GIF images | gifclrmp [-v] [-s] [-l mapfile] [-t trans] [-g gamma] [-i image] [-h] [gif-file] | -v Verbose mode (show progress). Enables printout of running scan lines. -s Select the global screen color map. -l mapfile Load color map from this file instead of selected color map. -t trans Change color index values. The change is made to both the selected color table and the raster bits of the selected image. A tra... | null |
mamba-package | null | null | null | null | null |
pyftsubset | null | null | null | null | null |
mysqlbinlog | The server's binary log consists of files containing “events” that describe modifications to database contents. The server writes these files in binary format. To display their contents in text format, use the mysqlbinlog utility. You can also use mysqlbinlog to display the contents of relay log files written by a repl... | mysqlbinlog - utility for processing binary log files | mysqlbinlog [options] log_file ... | null | null |
funpack | null | null | null | null | null |
pyrsa-sign | null | null | null | null | null |
rcc | null | null | null | null | null |
onnxruntime_test | null | null | null | null | null |
dask-ssh | null | null | null | null | null |
marker_chunk_convert | null | null | null | null | null |
iusql | 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... |
tificc | lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. tificc is a little cms ICC profile applier for TIFF. | tificc - little cms ICC profile applier for TIFF. | tificc [options] input.tif output.tif | -a Handle channels > 4 as alpha. -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 soft... | To color correct from scanner to sRGB: tificc -iscanner.icm in.tif out.tif To convert from monitor1 to monitor2: tificc -imon1.icm -omon2.icm in.tif out.tif To make a CMYK separation: tificc -oprinter.icm inrgb.tif outcmyk.tif To recover sRGB from a CMYK separation: tificc -iprinter.icm incmyk.tif outrgb.tif To convert... |
unstructured-ingest | null | null | null | null | null |
markdown_py | null | null | null | null | null |
bzegrep | Bzgrep is used to invoke the grep on bzip2-compressed files. All options specified are passed directly to grep. If no file is specified, then the standard input is decompressed if necessary and fed to grep. Otherwise the given files are uncompressed if necessary and fed to grep. If bzgrep is invoked as bzegrep or bzf... | bzgrep, bzfgrep, bzegrep - search possibly bzip2 compressed files for a regular expression | bzgrep [ grep_options ] [ -e ] pattern filename... bzegrep [ egrep_options ] [ -e ] pattern filename... bzfgrep [ fgrep_options ] [ -e ] pattern filename... | null | null |
jupyter-run | null | null | null | null | null |
gst-inspect-1.0 | gst-inspect-1.0 is a tool that prints out information on available GStreamer plugins, information about a particular plugin, or information about a particular element. When executed with no PLUGIN or ELEMENT argument, gst-inspect-1.0 will print a list of all plugins and elements together with a summary. When executed ... | gst-inspect-1.0 - print info about a GStreamer plugin or element | gst-inspect-1.0 [OPTION...] [PLUGIN|ELEMENT] | gst-inspect-1.0 accepts the following arguments and options: PLUGIN Name of a plugin ELEMENT Name of an element --help Print help synopsis and available FLAGS --gst-info-mask=FLAGS GStreamer info flags to set (list with --help) -a, --print-all Print all plugins and elements -b, --print-blacklist Print list of blackli... | null |
pyjson5 | null | null | null | null | null |
nghttp | null | null | null | null | null |
conda-build | null | null | null | null | null |
h5copy | null | null | null | null | null |
c_rehash | This command is generally equivalent to the external script c_rehash, except for minor differences noted below. openssl rehash scans directories and calculates a hash value of each .pem, .crt, .cer, or .crl file in the specified directory list and creates symbolic links for each file, where the name of the link is the ... | openssl-rehash, c_rehash - Create symbolic links to files named by the hash values | openssl rehash [-h] [-help] [-old] [-compat] [-n] [-v] [-provider name] [-provider-path path] [-propquery propq] [directory] ... c_rehash [-h] [-help] [-old] [-n] [-v] [-provider name] [-provider-path path] [-propquery propq] [directory] ... | -help -h Display a brief usage message. -old Use old-style hashing (MD5, as opposed to SHA-1) for generating links to be used for releases before 1.0.0. Note that current versions will not use the old style. -n Do not remove existing links. This is needed when keeping new and old-style links in the same directory. -c... | null |
k5srvutil | k5srvutil allows an administrator to list keys currently in a keytab, to obtain new keys for a principal currently in a keytab, or to delete non-current keys from a keytab. operation must be one of the following: list Lists the keys in a keytab, showing version number and principal name. change Uses the kadmin protoc... | k5srvutil - host key table (keytab) manipulation utility | k5srvutil operation [-i] [-f filename] [-e keysalts] | null | null |
bjam | null | null | null | null | null |
xzdec | xzdec is a liblzma-based decompression-only tool for .xz (and only .xz) files. xzdec is intended to work as a drop-in replacement for xz(1) in the most common situations where a script has been written to use xz --decompress --stdout (and possibly a few other commonly used options) to decompress .xz files. lzmadec is... | xzdec, lzmadec - Small .xz and .lzma decompressors | xzdec [option...] [file...] lzmadec [option...] [file...] | -d, --decompress, --uncompress Ignored for xz(1) compatibility. xzdec supports only decompression. -k, --keep Ignored for xz(1) compatibility. xzdec never creates or removes any files. -c, --stdout, --to-stdout Ignored for xz(1) compatibility. xzdec always writes the decompressed data to standard output. -q, --quiet Sp... | null |
bokeh | null | null | null | null | null |
tiffsplit | tiffsplit takes a multi-directory (page) TIFF file and creates one or more single-directory (page) TIFF files from it. The output files are given names created by concatenating a prefix, a lexically ordered suffix in the range [aaa--zzz], the suffix .tif (e.g. xaaa.tif, xaab.tif, …, xzzz.tif). If a prefix is not speci... | tiffsplit - split a multi-image TIFF into single-image TIFF files | tiffsplit src.tif [ prefix ] | None. EXIT STATUS tiffsplit exits with one of the following values: 0: Success 1: An error occurred either reading the input or writing results. BUGS Only a select set of "known tags" are copied when splitting. SEE ALSO tiffcp (1), tiffinfo (1), libtiff (3tiff), AUTHOR LibTIFF contributors COPYRIGHT 1988-2022, LibTIFF ... | null |
bzdiff | Bzcmp and bzdiff are used to invoke the cmp or the diff program on bzip2 compressed files. All options specified are passed directly to cmp or diff. If only 1 file is specified, then the files compared are file1 and an uncompressed file1.bz2. If two files are specified, then they are uncompressed if necessary and fed... | bzcmp, bzdiff - compare bzip2 compressed files | bzcmp [ cmp_options ] file1 [ file2 ] bzdiff [ diff_options ] file1 [ file2 ] | null | null |
dltest | dltest is a simple program that determines whether a symbol appears in a (shared object) library. The name of the library must be prefixed by a full system path. If no parameters are provided, dltest prints a short help message. | dltest - A simple library symbol test program | dltest [ library symbol ] | null | To determine if the symbol printf is found in libc-2.18.so, run: $ dltest /usr/lib/libc-2.18.so printf AUTHORS The authors of unixODBC are Peter Harvey <pharvey@codebydesign.com> and Nick Gorham <nick@lurcher.org>. For a full list of contributors, refer to the AUTHORS file. COPYRIGHT unixODBC is licensed under the GNU ... |
sip-module | null | null | null | null | null |
repo2solv | The repo2solv tool converts repository metadata in the directory DIR into a solv file written to standard output. Note that repo2solv does not verify signatures or checksum, it is expected that this is done by the tool that downloads the metadata. If no metadata is detected, repo2solv assumes the "plaindir" format and ... | repo2solv - convert repository metadata into a solv file | repo2solv [OPTIONS] DIR | null | null |
orc-statistics | null | null | null | null | null |
mysql_config_editor | The mysql_config_editor utility enables you to store authentication credentials in an obfuscated login path file named .mylogin.cnf. The file location is the %APPDATA%\MySQL directory on Windows and the current user's home directory on non-Windows systems. The file can be read later by MySQL client programs to obtain a... | mysql_config_editor - configure authentication information for connecting to MySQL server | mysql_config_editor options command | null | null |
jupyter-labextension | null | null | null | null | null |
strings | Strings looks for ASCII strings in a binary file or standard input. Strings is useful for identifying random object files and many other things. A string is any sequence of 4 (the default) or more printing characters [ending at, but not including, any other character or EOF]. Unless the - flag is given, strings looks i... | strings - find the printable strings in a object, or other binary, file | strings [ - ] [ -a ] [ -o ] [ -t format ] [ -number ] [ -n number ] [--] [file ...] | null | null |
langsmith | null | null | null | null | null |
lrelease-pro | null | null | null | null | null |
h52gif | null | null | null | null | null |
yapf-diff | null | null | null | null | null |
fax2tiff | null | null | null | null | null |
ptrepack | null | null | null | null | null |
jupyter-nbclassic-serverextension | null | null | null | null | null |
pylint | null | null | null | null | null |
linkicc | lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. linkicc is a little cms device link generator. Links two or more profiles into a single devicelink profile. Colorspaces must be paired except Lab/XYZ, that can be interchanged. | linkicc - little cms device link generator. | linkicc [options] profiles | -a NUM Observer adaptation state (abs.col. only), (0..1.0, float value) [defaults to 1.0]. -b Black point compensation. -c precision Precision (0=LowRes, 1=Normal, 2=Hi-res) [defaults to 1]. -d description Description text (quotes can be used). -h NUM Show summary of options and examples (0=help, 1=Built-in profile... | To create 'devicelink.icm' from a.icc to b.icc: linkicc a.icc b.icc To create 'out.icc' from sRGB to cmyk.icc: linkicc -o out.icc *sRGB cmyk.icc To create a sRGB input profile working in Lab: linkicc -x -o sRGBLab.icc *sRGB *Lab To create a XYZ -> sRGB output profile: linkicc -x -o sRGBLab.icc *XYZ *sRGB To create a ab... |
rst2xetex.py | null | null | null | null | null |
msgcomm | Find messages which are common to two or more of the specified PO files. By using the --more-than option, greater commonality may be requested before messages are printed. Conversely, the --less-than option may be used to specify less commonality before messages are printed (i.e. --less-than=2 will only print the un... | msgcomm - match two message catalogs | msgcomm [OPTION] [INPUTFILE]... | null | null |
ktutil | The ktutil command invokes a command interface from which an administrator can read, write, or edit entries in a keytab. (Kerberos V4 srvtab files are no longer supported.) COMMANDS list list [-t] [-k] [-e] Displays the current keylist. If -t, -k, and/or -e are specified, also display the timestamp, key contents, or ... | ktutil - Kerberos keytab file maintenance utility | ktutil | null | null |
pycodestyle | null | null | null | null | null |
infotocap | infotocap looks in each given text file for terminfo descriptions. For each terminfo description found, an equivalent termcap description is written to standard output. Terminfo use capabilities are translated directly to termcap tc capabilities. -v print out tracing information on standard error as the program run... | infotocap - convert a terminfo description into a termcap description | infotocap [-vn width] [-V] [-1] [-w width] file . . . | null | null |
h5perf_serial | null | null | null | null | null |
imagecodecs | null | null | null | null | null |
opentelemetry-instrument | null | null | null | null | null |
cph | null | null | null | null | null |
gencnval | gencnval converts the ICU aliases file converterfile into the binary file cnvalias.icu. This binary file can then be read directly by ICU, or used by pkgdata(1) for incorporation into a larger archive or library. If converterfile is not provided, the default ICU convrtrs.txt file is used. | gencnval - compile the converters aliases file | gencnval [ -h, -?, --help ] [ -v, --verbose ] [ -c, --copyright ] [ -s, --sourcedir source ] [ -d, --destdir destination ] [ converterfile ] | -h, -?, --help Print help about usage and exit. -v, --verbose Display verbose output. This information can include information about conflicting aliases and the converters the aliases resolve to. -c, --copyright Include a copyright notice in the binary data. -s, --sourcedir source Set the source directory to source. T... | null |
opj_compress | null | opj_compress - This program reads in an image of a certain type and converts it to a jpeg2000 file. It is part of the OpenJPEG library. Valid input image extensions are .bmp, .pgm, .pgx, .png, .pnm, .ppm, .raw, .tga, .tif . For PNG resp. TIF it needs libpng resp. libtiff . Valid output image extensions are .j2k, .jp2 | opj_compress -i infile.bmp -o outfile.j2k opj_compress -ImgDir directory_name -OutFor jp2 opj_compress -h Print a help message and exit. See JPWL OPTIONS for special options | -b n,n (Size of code block (e.g. -b 32,32). Default: 64 x 64) -c n (Size of precinct (e.g. -c 128,128). Default: 2^15 x 2^15) -cinema2K fps Digital Cinema 2K profile compliant codestream. Valid fps values are 24 or 48. -cinema4K Digital Cinema 4K profile compliant codestream. Does not need an fps: default is 24 fps... | opj_compress -i file.bmp -o file.j2k -r 20,10,1 (compress 20x, then 10x, then lossless). opj_compress -i file.ppm -o file.j2k -q 30,40,50 opj_compress -i file.pgx -o file.j2k -POC T1=0,0,1,5,3,CPRL opj_compress -i lena.raw -o lena.j2k -F 512,512,3,8,u AUTHORS Copyright (c) 2002-2014, Universite catholique de Louvain (U... |
conda-debug | null | null | null | null | null |
texify_gui | null | null | null | null | null |
qmltestrunner | null | null | null | null | null |
xmllint | The xmllint program parses one or more XML files, specified on the command line as XML-FILE (or the standard input if the filename provided is - ). It prints various types of output, depending upon the options selected. It is useful for detecting errors both in XML code and in the XML parser itself. xmllint is included... | xmllint - command line XML tool | xmllint [--version | --debug | --shell | --xpath "XPath_expression" | --debugent | --copy | --recover | --noent | --noout | --nonet | --path "PATH(S)" | --load-trace | --htmlout | --nowrap | --valid | --postvalid | --dtdvalid URL | --dtdvalidfpi FPI | --timing | --output FILE | --repeat | --insert | --compress | --html... | xmllint accepts the following options (in alphabetical order): --auto Generate a small document for testing purposes. --catalogs Use the SGML catalog(s) from SGML_CATALOG_FILES. Otherwise XML catalogs starting from /etc/xml/catalog are used by default. --chkregister Turn on node registration. Useful for developers test... | null |
mysql_plugin | Note mysql_plugin is deprecated as of MySQL 5.7.11 and removed in MySQL 8.0. Alternatives include loading plugins at server startup using the --plugin-load or --plugin-load-add option, or at runtime using the INSTALL PLUGIN statement. The mysql_plugin utility enables MySQL administrators to manage which plugins a MySQL... | mysql_plugin - configure MySQL server plugins | mysql_plugin [options] plugin {ENABLE|DISABLE} | null | null |
mysql_tzinfo_to_sql | The mysql_tzinfo_to_sql program loads the time zone tables in the mysql database. It is used on systems that have a zoneinfo database (the set of files describing time zones). Examples of such systems are Linux, FreeBSD, Solaris, and macOS. One likely location for these files is the /usr/share/zoneinfo directory (/usr/... | mysql_tzinfo_to_sql - load the time zone tables | mysql_tzinfo_to_sql arguments | null | null |
streamlit | null | null | null | null | null |
acountry | Print the country where HOST (an IPv4 address or hostname) is located, using the countries.nerd.dk DNS domain to identify the country. This utility comes with the c-ares asynchronous resolver library. | acountry - print the country where an IPv4 address or host is located | acountry [OPTION]... HOST... | -d Print some extra debugging output. -h, -? Display this help and exit. -v Be more verbose. Print extra information. REPORTING BUGS Report bugs to the c-ares mailing list: https://lists.haxx.se/listinfo/c-ares SEE ALSO adig(1), ahost(1). The DNSBL countries.nerd.dk http://countries.nerd.dk/ COPYRIGHT This util... | null |
jupyter-nbextension | null | null | null | null | null |
dotenv | null | null | null | null | null |
gtester | null | null | null | null | null |
arm64-apple-darwin20.0.0-pagestuff | pagestuff displays information about the specified logical pages of a file conforming to the Mach-O executable format. For each specified page of code, symbols (function and static data structure names) are displayed. The options to pagestuff(1) are: -arch arch_type Specifies the architecture, arch_type, of the file f... | pagestuff - Mach-O file page analysis tool | pagestuff file [-arch arch_flag] [[-a] [-p] | [pagenumber...]] | null | null |
uuclient | null | null | null | null | null |
.anaconda-navigator-pre-unlink.sh | 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.