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 |
|---|---|---|---|---|---|
ssl_server2 | null | null | null | null | null |
fc-conflist | null | null | null | null | null |
gchgrp | Change the group of each FILE to GROUP. With --reference, change the group of each FILE to that of RFILE. -c, --changes like verbose but report only when a change is made -f, --silent, --quiet suppress most error messages -v, --verbose output a diagnostic for every file processed --dereference affect the referent of ea... | chgrp - change group ownership | chgrp [OPTION]... GROUP FILE... chgrp [OPTION]... --reference=RFILE FILE... | null | chgrp staff /u Change the group of /u to "staff". chgrp -hR staff /u Change the group of /u and subfiles to "staff". AUTHOR Written by David MacKenzie and Jim Meyering. REPORTING BUGS GNU coreutils online help: <https://www.gnu.org/software/coreutils/> Report any translation bugs to <https://translationproject.org/team... |
gcat | Concatenate FILE(s) to standard output. With no FILE, or when FILE is -, read standard input. -A, --show-all equivalent to -vET -b, --number-nonblank number nonempty output lines, overrides -n -e equivalent to -vE -E, --show-ends display $ at end of each line -n, --number number all output lines -s, --squeeze-blank... | cat - concatenate files and print on the standard output | cat [OPTION]... [FILE]... | null | cat f - g Output f's contents, then standard input, then g's contents. cat Copy standard input to standard output. AUTHOR Written by Torbjorn Granlund and Richard M. Stallman. REPORTING BUGS GNU coreutils online help: <https://www.gnu.org/software/coreutils/> Report any translation bugs to <https://translationprojec... |
glib-mkenums | null | null | null | null | null |
redis-benchmark | null | null | null | null | null |
crypt_and_hash | 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 |
pod2html | Converts files from pod format (see perlpod) to HTML format. ARGUMENTS pod2html takes the following arguments: backlink --backlink --nobacklink Turn =head1 directives into links pointing to the top of the HTML file. --nobacklink (which is the default behavior) does not create these backlinks. cachedir --cachedir=name ... | pod2html - convert .pod files to .html files | pod2html --help --htmldir=<name> --htmlroot=<URL> --infile=<name> --outfile=<name> --podpath=<name>:...:<name> --podroot=<name> --cachedir=<name> --flush --recurse --norecurse --quiet --noquiet --verbose --noverbose --index --noindex --backlink --nobacklink --header --noheader --poderrors --nopoderrors --css=<URL> --ti... | null | null |
asn1Parser | Read FILE with ASN.1 definitions and generate a C array that is used with libtasn1 functions. Mandatory arguments to long options are mandatory for short options too. -c, --check checks the syntax only -o, --output=FILE output file -n, --name=NAME array name -h, --help display this help and exit -v, --version output ve... | asn1Parser - ASN.1 syntax tree generator for libtasn1 | asn1Parser [OPTION] FILE | null | null |
mysqlrouter_plugin_info | The mysqlrouter_plugin_info utility is a debugging tool that inspects a MySQL Router plugin for potential conflicts and general problems. Usage information: $> ./mysqlrouter_plugin_info --help Usage: ./mysqlrouter_plugin_info <mysqlrouter_plugin_file> <mysql_plugin_name> Example: ./mysqlrouter_plugin_info /usr/lib/mysq... | mysqlrouter_plugin_info - MySQL Router Plugin Information | mysqlrouter_plugin_info [options] | null | null |
hb-view | null | null | null | null | null |
bunx | null | null | null | null | null |
idn2 | The idn2 tool converts DNS domains from UTF-8 to ASCII compatible encoding (ACE) form, as used in the DNS protocol. The encoding format is the Internationalized Domain Name (IDNA2008/TR46) format. Internationalized Domain Name (IDNA2008) convert STRINGS, or standard input. Command line interface to the Libidn2 implemen... | idn2 - Libidn2 Internationalized Domain Names conversion tool | idn2 [OPTION]... [STRINGS]... | 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... |
sndfile-interleave | 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... |
get_gprof | null | null | null | null | null |
toco | null | null | null | null | null |
render_hlg | null | null | null | null | null |
sndfile-convert | sndfile-convert converts sound files from one audio format to another. The output file is overwritten it it already exists. Formats The format of the output file is determined by the filename extension. The following file formats are currently recognized: wav WAV (Microsoft) aif AIFF (Apple/SGI) au AU (Sun/Ne... | sndfile-convert – convert sound files from one format to another | sndfile-convert [-override-sample-rate=rate] [-endian=little | big | cpu] [-normalize] [encoding] input output | The following options are recoginzed: -override-sample-rate=rate Make the input use sample rate of rate Hz. -endian=little Make the output file use little endian data. -endian=big Make the output file use big endian data. -endian=cpu Make the output file use CPU endianness. -normalize Normalize the audio data... | 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 |
pinentry-curses | null | null | null | null | null |
yat2m | null | null | null | null | null |
tone_map | 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 |
gpgme-config | null | null | null | null | null |
pydoc3 | null | null | null | null | null |
hb-shape | null | null | null | null | null |
aarch64-apple-darwin23-c++-13 | null | null | null | null | null |
ggroups | Print group memberships for each USERNAME or, if no USERNAME is specified, for the current process (which may differ if the groups database has changed). --help display this help and exit --version output version information and exit AUTHOR Written by David MacKenzie and James Youngman. REPORTING BUGS GNU coreutils onl... | groups - print the groups a user is in | groups [OPTION]... [USERNAME]... | null | null |
precat | 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 |
libgcrypt-config | null | null | null | null | null |
mindflow | null | null | null | null | null |
ssl_context_info | null | null | null | null | null |
pk_encrypt | null | null | null | null | null |
rsa_decrypt | null | null | null | null | null |
rist2rist | null | null | null | null | null |
rust-demangler | null | null | null | null | null |
pyrsa-verify | null | null | null | null | null |
mysqlxtest | null | null | null | null | null |
coverage | 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... |
mpicalc | null | null | null | null | null |
gdbm_load | Create a gdbm database file DB_FILE from the dump file FILE. If the FILE argument is not supplied, output the created database to the standard error. If the input file is in ASCII dump format, the mode and ownership of the created database are restored from the information in the dump. This can be overridden using the... | gdbm_load - re-create a GDBM database from a dump file. | gdbm_load [-MUnr] [-b NUM] [-c NUM] [-m MODE] [-u NAME|UID[:NAME|GID]] [--block-size=NUM] [--cache-size=NUM] [--mmap=NUM] [--mode=MODE] [--no-meta] [--replace] [--update] [--user=NAME|UID[:NAME|GID]] FILE [DB_FILE] gdbm_load [-Vh] [--help] [--usage] [--version] | -b, --block-size=NUM Sets block size. -c, --cache-size=NUM Sets cache size. -M, --mmap Use memory mapping. -m, --mode=MODE Set database file mode (octal number). -n, --no-meta Do not attempt to restore database meta-data (mode and ownership). -r, --replace Replace existing keys. This must be used together with the -U ... | null |
gsleep | Pause for NUMBER seconds. SUFFIX may be 's' for seconds (the default), 'm' for minutes, 'h' for hours or 'd' for days. NUMBER need not be an integer. Given two or more arguments, pause for the amount of time specified by the sum of their values. --help display this help and exit --version output version information a... | sleep - delay for a specified amount of time | sleep NUMBER[SUFFIX]... sleep OPTION | null | null |
tiffcomment | null | null | null | null | null |
hmac256 | This is a standalone HMAC-SHA-256 implementation used to compute an HMAC-SHA-256 message authentication code. The tool has originally been developed as a second implementation for Libgcrypt to allow comparing against the primary implementation and to be used for internal consistency checks. It should not be used for ... | hmac256 - Compute an HMAC-SHA-256 MAC | hmac256 [--binary] key [FILENAME] | hmac256 understands these options: --binary Print the MAC as a binary string. The default is to print the MAC encoded as lower case hex digits. --version Print version of the program and exit. SEE ALSO sha256sum(1) Libgcrypt 1.10.3 2023-11-14 HMAC256(1) | null |
modutil | null | null | null | null | null |
decode_and_encode | null | null | null | null | null |
sha512sum | Print or check SHA512 (512-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 ... | sha512sum - compute and check SHA512 message digest | sha512sum [OPTION]... [FILE]... | null | null |
p11-kit | null | null | null | null | null |
curve_keygen | null | null | null | null | null |
sndfile-play | sndfile-play plays one or more sound files on various operating systems using standard audio output APIs. The following table summarizes which audio API is used where: Linux ALSA or OSS OpenBSD sndio FreeBSD /dev/dsp (OSS) NetBSD /dev/audio Solaris /dev/audio MacOSX 10.6 CoreAudio MacOSX 10.7 AudioToolbox W... | sndfile-play – play a sound file | sndfile-play file ... | null | null |
gfactor | Print the prime factors of each specified integer NUMBER. If none are specified on the command line, read them from standard input. -h, --exponents print repeated factors in form p^e unless e is 1 --help display this help and exit --version output version information and exit AUTHOR Written by Paul Rubin, Torbj"orn Gr... | factor - factor numbers | factor [OPTION] [NUMBER]... | null | null |
accelerate-config | null | null | null | null | null |
py.test | null | null | null | null | null |
gpg-wks-server | The gpg-wks-server is a server side implementation of the Web Key Service. It receives requests for publication, sends confirmation requests, receives confirmations, and published the key. It also has features to ease the setup and maintenance of a Web Key Directory. When used with the command --receive a single Web ... | gpg-wks-server - Server providing the Web Key Service | gpg-wks-server [options] --receive gpg-wks-server [options] --cron gpg-wks-server [options] --list-domains gpg-wks-server [options] --check-key user-id gpg-wks-server [options] --install-key file user-id gpg-wks-server [options] --remove-key user-id gpg-wks-server [options] --revoke-key user-id | gpg-wks-server understands these options: -C dir --directory dir Use dir as top level directory for domains. The default is ‘/var/lib/gnupg/wks’. --from mailaddr Use mailaddr as the default sender address. --header name=value Add the mail header "name: value" to all outgoing mails. --send Directly send created mails u... | The Web Key Service requires a working directory to store keys pending for publication. As root create a working directory: # mkdir /var/lib/gnupg/wks # chown webkey:webkey /var/lib/gnupg/wks # chmod 2750 /var/lib/gnupg/wks Then under your webkey account create directories for all your domains. Here we do it for "exam... |
nss-config | null | null | null | null | null |
fisql | fisql is very similar to the ‘isql’ utility programs distributed by Sybase and Microsoft. Like them, fisql uses the command ‘go’ on a line by itself as a separator between batches. | fisql – interactive SQL shell | fisql [-eFgpnvXY] [-a display_charset] [-A packet_size] [-c cmdend] [-D database] [-E editor] [-h headers] [-H hostname] [-i inputfile] [-I interfaces_file] [-J client_charset] [-l login_timeout] [-m errorlevel] [-o outputfile] [-P password] [-s colseparator] [-S server] [-t timeout] [-U username] [-w width] [-y sybase... | -a display_charset The client charset name. Not implemented. -A packet_size Set protocol packet size. You should not need to set this parameter. -c cmdend Command terminator, defaults to ‘go’. -D Database name on the server to use. -e Echo SQL input (usually in outputfile) -E editor Specify an editor to invok... | null |
autotrain | null | null | null | null | null |
ffplay | FFplay is a very simple and portable media player using the FFmpeg libraries and the SDL library. It is mostly used as a testbed for the various FFmpeg APIs. | ffplay - FFplay media player | ffplay [options] [input_url] | All the numerical options, if not specified otherwise, accept a string representing a number as input, which may be followed by one of the SI unit prefixes, for example: 'K', 'M', or 'G'. If 'i' is appended to the SI unit prefix, the complete prefix will be interpreted as a unit prefix for binary multiples, which are b... | null |
pyftmerge | null | null | null | null | null |
ristreceiver | null | null | null | null | null |
tstclnt | null | null | null | null | null |
zipcmp | zipcmp compares the zip archives or directories archive1 and archive2 and checks if they contain the same files, comparing their names, uncompressed sizes, and CRCs. File order and compressed size differences are ignored. Supported options: -C Check consistency of archives. Results in an error if archive is inconsi... | zipcmp – compare contents of zip archives | zipcmp [-ChipqstVv] archive1 archive2 | null | 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 |
python3.11-config | null | null | null | null | null |
rbenv | null | null | null | null | null |
sdl2-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 |
automake | null | null | null | null | null |
phpdbg | phpdbg is a lightweight, powerful, easy to use debugging platform for PHP. | phpdbg - The interactive PHP debugger | phpdbg [options] [file] [args...] | -c path|file Look for php.ini file in the directory path or use the specified file -d foo[=bar] Define INI entry foo with value bar -n No php.ini file will be used -z file Load Zend extension file -q Do not print banner on startup -v Enable oplog output -b Disables use of color on the ... | null |
ristsrppasswd | 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 |
git | Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. See gittutorial(7) to get started, then see giteveryday(7) for a useful minimum set of commands. The Git User’s Manual[1] has a more in-depth introductio... | git - the stupid content tracker | git [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p|--paginate|-P|--no-pager] [--no-replace-objects] [--bare] [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] [--config-env=<name>=<envvar>] <command> [<args>] | -v, --version Prints the Git suite version that the git program came from. This option is internally converted to git version ... and accepts the same options as the git-version(1) command. If --help is also given, it takes precedence over --version. -h, --help Prints the synopsis and a list of the most commonly used c... | null |
unterm | null | null | null | null | null |
cpack | null | null | null | null | null |
uncoded_frame | null | null | null | null | null |
validation | null | null | null | null | null |
rubberband-r3 | null | null | null | null | null |
mbedtls-benchmark | 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 |
god | Write an unambiguous representation, octal bytes by default, of FILE to standard output. With more than one FILE argument, concatenate them in the listed order to form the input. With no FILE, or when FILE is -, read standard input. If first and second call formats both apply, the second format is assumed if the last ... | od - dump files in octal and other formats | od [OPTION]... [FILE]... od [-abcdfilosx]... [FILE] [[+]OFFSET[.][b]] od --traditional [OPTION]... [FILE] [[+]OFFSET[.][b] [+][LABEL][.][b]] | null | od -A x -t x1z -v Display hexdump format output od -A o -t oS -w16 The default output format used by od AUTHOR Written by Jim Meyering. REPORTING BUGS GNU coreutils online help: <https://www.gnu.org/software/coreutils/> Report any translation bugs to <https://translationproject.org/team/> COPYRIGHT Copyright © 2023 Fre... |
dbtest | null | null | null | null | null |
gnutls-cli | Simple client program to set up a TLS connection to some other computer. It sets up a TLS connection and forwards data from the standard input to the secured socket and vice versa. | gnutls-cli - GnuTLS client | gnutls-cli [-flags] [-flag [value]] [--option-name[[=| ]value]] [hostname] Operands and options may be intermixed. They will be reordered. | -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. -V, --verbose More verbose output. --tofu, --no-tofu Enable trust on first use authentication. The no-tofu form will disable the ... | Connecting using PSK authentication To connect to a server using PSK authentication, you need to enable the choice of PSK by using a cipher priority parameter such as in the example below. $ ./gnutls-cli -p 5556 localhost --pskusername psk_identity --pskkey 88f3824b3e5659f52d00e959bacab954b6540344 --priority NORMAL... |
gpgme-tool | null | null | null | null | null |
gprintf | Print ARGUMENT(s) according to FORMAT, or execute according to OPTION: --help display this help and exit --version output version information and exit FORMAT controls the output as in C printf. Interpreted sequences are: \" double quote \\ backslash \a alert (BEL) \b backspace \c produce no further... | printf - format and print data | printf FORMAT [ARGUMENT]... printf OPTION | null | null |
bisect-create | null | null | null | null | null |
srt-live-transmit | null | null | null | null | null |
loudnorm.rb | null | null | null | null | null |
php-config | php-config is a simple shell script for obtaining information about installed PHP configuration. | php-config - get information about PHP configuration and compile | php-config [options] | --prefix Directory prefix where PHP is installed, e.g. /usr/local --includes List of -I options with all include files --ldflags LD Flags which PHP was compiled with --libs Extra libraries which PHP was compiled with --man-dir The directory prefix where the manpages is installed --extension-di... | null |
openai | null | null | null | null | null |
sdrtest | 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 |
get_objgraph | null | null | null | null | null |
supervisorctl | 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.