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 |
|---|---|---|---|---|---|
blackd | null | null | null | null | null |
udp_proxy | null | null | null | null | null |
out123 | out123 reads raw PCM data (in host byte order) from standard input and plays it on the audio device specified by given options. Alternatively, it can generate periodic or random signals for playback itself. | out123 - send raw PCM audio or a waveform pattern to an output device | cat audio.raw | out123 [ - ] [ options ] out123 [ options ] filename [ filename ... ] out123 --wave-freq freq1[,freq2,...] [ options ] out123 --source geiger [ options ] | out123 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 installation... | null |
perl5.38.2 | null | null | null | null | null |
gdbmtool | The gdbmtool utility allows you to view and modify an existing GDBM database or to create a new one. The DBFILE argument supplies the name of the database to open. If not supplied, the default name junk.gdbm is used instead. If the named database does not exist, it will be created. An existing database can be cleare... | gdbmtool - examine and modify a GDBM database | gdbmtool [-lmNnqrs] [-b SIZE] [-c SIZE] [-f FILE] [--block-size=SIZE] [--cache-size=SIZE] [--file FILE] [--newdb] [--no-lock] [--no-mmap] [--norc] [--quiet] [--read-only] [--synchronize] [DBFILE] [COMMAND [; COMMAND...]] gdbmtool [-Vh] [--help] [--usage] [--version] | -b, --block-size=SIZE Set block size. -c, --cache-size=SIZE Set cache size. -f, --file=FILE Read commands from FILE, instead of from the standard input. -l, --no-lock Disable file locking. -m, --no-mmap Do not use mmap(2). -n, --newdb Create the database, truncating it if it already exists. -q, --quiet Don't print init... | null |
gnproc | Print the number of processing units available to the current process, which may be less than the number of online processors --all print the number of installed processors --ignore=N if possible, exclude N processing units --help display this help and exit --version output version information and exit AUTHOR Written ... | nproc - print the number of processing units available | nproc [OPTION]... | null | null |
msgexec | Applies a command to all translations of a translation catalog. The COMMAND can be any program that reads a translation from standard input. It is invoked once for each translation. Its output becomes msgexec's output. msgexec's return code is the maximum return code across all invocations. A special builtin command... | msgexec - process translations of message catalog | msgexec [OPTION] COMMAND [COMMAND-OPTION] | null | null |
x264 | null | null | null | null | null |
gcov-tool-13 | gcov-tool is an offline tool to process gcc's gcda profile files. Current gcov-tool supports the following functionalities: * merge two sets of profiles with weights. * read a stream of profiles with associated filenames and merge it with a set of profiles with weights. * read one set of profile and rewrite profi... | gcov-tool - offline gcda profile processing tool | gcov-tool [-v|--version] [-h|--help] gcov-tool merge [merge-options] directory1 directory2 [-o|--output directory] [-v|--verbose] [-w|--weight w1,w2] gcov-tool merge-stream [merge-stream-options] [file] [-v|--verbose] [-w|--weight w1,w2] gcov-tool rewrite [rewrite-options] directory [-n|--normalize long_long_value] [-o... | -h --help Display help about using gcov-tool (on the standard output), and exit without doing any further processing. -v --version Display the gcov-tool version number (on the standard output), and exit without doing any further processing. merge Merge two profile directories. -o directory --output directory Set the ou... | null |
glib-genmarshal | null | null | null | null | null |
ngettext | The ngettext program translates a natural language message into the user's language, by looking up the translation in a message catalog, and chooses the appropriate plural form, which depends on the number COUNT and the language of the message catalog where the translation was found. Display native language translation... | ngettext - translate message and choose plural form | ngettext [OPTION] [TEXTDOMAIN] MSGID MSGID-PLURAL COUNT | null | null |
nspr-config | null | null | null | null | null |
mftraining | null | null | null | null | null |
base32 | Base32 encode or decode FILE, or standard input, to standard output. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are mandatory for short options too. -d, --decode decode data -i, --ignore-garbage when decoding, ignore non-alphabet characters -w, --wrap=COLS wrap encoded lin... | base32 - base32 encode/decode data and print to standard output | base32 [OPTION]... [FILE] | null | null |
pdfdetach | Pdfdetach lists or extracts embedded files (attachments) from a Portable Document Format (PDF) file. | pdfdetach - Portable Document Format (PDF) document embedded file extractor (version 3.03) | pdfdetach [options] [PDF-file] | Some of the following options can be set with configuration file commands. These are listed in square brackets with the description of the corresponding command line option. -list List all of the embedded files in the PDF file. File names are converted to the text encoding specified by the "-enc" switch. -save numbe... | null |
git-shell | This is a login shell for SSH accounts to provide restricted Git access. It permits execution only of server-side Git commands implementing the pull/push functionality, plus custom commands present in a subdirectory named git-shell-commands in the user’s home directory. COMMANDS git shell accepts the following commands... | git-shell - Restricted login shell for Git-only SSH access | chsh -s $(command -v git-shell) <user> git clone <user>@localhost:/path/to/repo.git ssh <user>@localhost | null | To disable interactive logins, displaying a greeting instead: $ chsh -s /usr/bin/git-shell $ mkdir $HOME/git-shell-commands $ cat >$HOME/git-shell-commands/no-interactive-login <<\EOF #!/bin/sh printf '%s\n' "Hi $USER! You've successfully authenticated, but I do not" printf '%s\n' "provide interactive shell access." ex... |
listsuites | null | null | null | null | null |
mpg123-strip | null | null | null | null | null |
ibd2sdi | ibd2sdi is a utility for extracting serialized dictionary information (SDI) from InnoDB tablespace files. SDI data is present in all persistent InnoDB tablespace files. ibd2sdi can be run on file-per-table tablespace files (*.ibd files), general tablespace files (*.ibd files), system tablespace files (ibdata* files), a... | ibd2sdi - InnoDB utility for extracting serialized dictionary information (SDI) from an InnoDB tablespace | ibd2sdi [options] file_name1 [file_name2 file_name3 ...] | null | null |
ssltap | null | null | null | null | null |
nss-policy-check | null | null | null | null | null |
luajit | This is the command-line program to run Lua programs with LuaJIT. LuaJIT is a just-in-time (JIT) compiler for the Lua language. The virtual machine (VM) is based on a fast interpreter combined with a trace compiler. It can significantly improve the performance of Lua programs. LuaJIT is API- and ABI-compatible with th... | luajit - Just-In-Time Compiler for the Lua Language | luajit [options]... [script [args]...] WEB SITE https://luajit.org | -e chunk Run the given chunk of Lua code. -l library Load the named library, just like require("library"). -b ... Save or list bytecode. Run without arguments to get help on options. -j command Perform LuaJIT control command (optional space after -j). -O[opt] Control LuaJIT optimizations. -i Run in interactive mode... | luajit hello.lua world Prints "Hello world", assuming hello.lua contains: print("Hello", arg[1]) luajit -e "local x=0; for i=1,1e9 do x=x+i end; print(x)" Calculates the sum of the numbers from 1 to 1000000000. And finishes in a reasonable amount of time, too. luajit -jv -e "for i=1,10 do for j=1,10 do for k=1,100 do e... |
env_parallel.ksh | null | null | null | null | null |
symfony | null | null | null | null | null |
dwebp | This manual page documents the dwebp command. dwebp decompresses WebP files into PNG, PAM, PPM or PGM images. Note: Animated WebP files are not supported. | dwebp - decompress a WebP file to an image file | dwebp [options] input_file.webp | The basic options are: -h Print usage summary. -version Print the version number (as major.minor.revision) and exit. -o string Specify the name of the output file (as PNG format by default). Using "-" as output name will direct output to 'stdout'. -- string Explicitly specify the input file. This option is useful i... | dwebp picture.webp -o output.png dwebp picture.webp -ppm -o output.ppm dwebp -o output.ppm -- ---picture.webp cat picture.webp | dwebp -o - -- - > output.ppm AUTHORS dwebp is a part of libwebp and was written by the WebP team. The latest source tree is available at https://chromium.googlesource.com/webm/libwebp This ma... |
convert-caffe2-to-onnx | null | null | null | null | null |
bsqlodbc | bsqlodbc is a utility program distributed with FreeTDS. bsqlodbc is a non-interactive equivalent of the ‘isql’ utility programs distributed by Sybase and Microsoft. Like them, bsqlodbc uses the command ‘go’ on a line by itself as a separator between batches. The last batch need not be followed by ‘go’. bsqlodbc makes u... | bsqlodbc – batch SQL script processor using ODBC | bsqlodbc [-hqv] [-U username] [-P password] [-S server] [-D database] [-i input_file] [-o output_file] [-e error_file] [-t field_term] [-V odbc_version] | -U username Database server login name. -P password Database server password. -S server Database server to which to connect. -D database Database to use. -i input_file Name of script file, containing SQL. -o output_file Name of output file, holding result data. -e error_file Name of file for errors. -t field_term Speci... | null |
ftfy | null | null | null | null | null |
ffescape | null | null | null | null | null |
gptx | Output a permuted index, including context, of the words in the input files. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are mandatory for short options too. -A, --auto-reference output automatically generated references -G, --traditional behave more like System V 'ptx' -F,... | ptx - produce a permuted index of file contents | ptx [OPTION]... [INPUT]... (without -G) ptx -G [OPTION]... [INPUT [OUTPUT]] | null | null |
gtimeout | Start COMMAND, and kill it if still running after DURATION. Mandatory arguments to long options are mandatory for short options too. --preserve-status exit with the same status as COMMAND, even when the command times out --foreground when not running timeout directly from a shell prompt, allow COMMAND to read from the ... | timeout - run a command with a time limit | timeout [OPTION] DURATION COMMAND [ARG]... timeout [OPTION] | null | null |
php-cgi | null | null | null | null | null |
aarch64-apple-darwin23-gcc-ranlib-13 | null | null | null | null | null |
ifnames | Scan all of the C source FILES (or the standard input, if none are given) and write to the standard output a sorted list of all the identifiers that appear in those files in '#if', '#elif', '#ifdef', or '#ifndef' directives. Print each identifier on a line, followed by a space-separated list of the files in which that... | ifnames - Extract CPP conditionals from a set of files | ifnames [OPTION]... [FILE]... | null | null |
psa_hash | null | null | null | null | null |
coloredlogs | null | null | null | null | null |
pinky | -l produce long format output for the specified USERs -b omit the user's home directory and shell in long format -h omit the user's project file in long format -p omit the user's plan file in long format -s do short format output, this is the default -f omit the line of column headings in short ... | pinky - lightweight finger | pinky [OPTION]... [USER]... | null | null |
hostid | Print the numeric identifier (in hexadecimal) for the current host. --help display this help and exit --version output version information and exit AUTHOR Written by Jim Meyering. REPORTING BUGS GNU coreutils online help: <https://www.gnu.org/software/coreutils/> Report any translation bugs to <https://translationproje... | hostid - print the numeric identifier for the current host | hostid [OPTION] | null | null |
MailHog | null | null | null | null | null |
ocspclnt | null | null | null | null | null |
tjbench | null | null | null | null | null |
env_parallel.ash | null | null | null | null | null |
check-node | null | null | null | null | null |
gd2copypal | null | null | null | null | null |
bsqldb | bsqldb is a utility program distributed with FreeTDS. bsqldb is a non- interactive equivalent of the "isql" utility programs distributed by Sybase and Microsoft. Like them, bsqldb uses the command "go" on a line by itself as a separator between batches. The last batch need not be followed by "go". bsqldb makes use of ... | bsqldb – batch SQL script processor using DB-Library | bsqldb [-hqv] [-S servername] [-D database] [-U username] [-P password] [-i input_file] [-o output_file] [-e error_file] [-H hostname] [-t field_term] [-R pivot_description] | -D database Database to use. -H hostname hostname Override name of client sent to server. -P password Database server password. -S servername Database server to which to connect. -U username Database server login name. If username is not provided, a domain login is attempted for TDS 7+ connections. -e error_file Name o... | null |
x265 | null | null | null | null | null |
normalizer | null | null | null | null | null |
gpwd | Print the full filename of the current working directory. -L, --logical use PWD from environment, even if it contains symlinks -P, --physical avoid all symlinks --help display this help and exit --version output version information and exit If no option is specified, -P is assumed. NOTE: your shell may have its own ver... | pwd - print name of current/working directory | pwd [OPTION]... | null | null |
lzmadec | 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 |
lua5.4 | null | null | null | null | null |
fc-match | null | null | null | null | null |
arduino-builder | null | null | null | null | null |
mangle | null | null | null | null | null |
gtail | Print the last 10 lines of each FILE to standard output. With more than one FILE, precede each with a header giving the file name. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are mandatory for short options too. -c, --bytes=[+]NUM output the last NUM bytes; or use -c +NUM ... | tail - output the last part of files | tail [OPTION]... [FILE]... | null | null |
lzgrep | 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 |
msgunfmt | Convert binary message catalog to Uniforum style .po file. Mandatory arguments to long options are mandatory for short options too. Operation mode: -j, --java Java mode: input is a Java ResourceBundle class --csharp C# mode: input is a .NET .dll file --csharp-resources C# resources mode: input is a .NET .resources file... | msgunfmt - uncompile message catalog from binary format | msgunfmt [OPTION] [FILE]... | null | null |
bd_list_titles | null | null | null | null | null |
cpp-13 | The C preprocessor, often known as cpp, is a macro processor that is used automatically by the C compiler to transform your program before compilation. It is called a macro processor because it allows you to define macros, which are brief abbreviations for longer constructs. The C preprocessor is intended to be used o... | cpp - The C Preprocessor | cpp [-Dmacro[=defn]...] [-Umacro] [-Idir...] [-iquotedir...] [-M|-MM] [-MG] [-MF filename] [-MP] [-MQ target...] [-MT target...] infile [[-o] outfile] Only the most useful options are given above; see below for a more complete list of preprocessor-specific options. In addition, cpp accepts most gcc driver options, whic... | The cpp command expects two file names as arguments, infile and outfile. The preprocessor reads infile together with any other files it specifies with #include. All the output generated by the combined input files is written in outfile. Either infile or outfile may be -, which as infile means to read from standard in... | null |
tiffcp | tiffcp combines one or more files created according to the Tag Image File Format, Revision 6.0 into a single TIFF file. Because the output file may be compressed using a different algorithm than the input files, tiffcp is most often used to convert between different compression schemes. By default, tiffcp will copy al... | tiffcp - copy (and possibly convert) a TIFF file | tiffcp [ options ] src1.tif … srcN.tif dst.tif | -a Append to an existing output file instead of overwriting it. -b image subtract the following monochrome image from all others processed. This can be used to remove a noise bias from a set of images. This bias image is typically an image of noise the camera saw with its shutter closed. -B Force output to be... | The following concatenates two files and writes the result using LZW encoding: tiffcp -c lzw a.tif b.tif result.tif To convert a G3 1d-encoded TIFF to a single strip of G4-encoded data the following might be used: tiffcp -c g4 -r 10000 g3.tif g4.tif (1000 is just a number that is larger than the number of rows in the s... |
myisam_ftdump | myisam_ftdump displays information about FULLTEXT indexes in MyISAM tables. It reads the MyISAM index file directly, so it must be run on the server host where the table is located. Before using myisam_ftdump, be sure to issue a FLUSH TABLES statement first if the server is running. myisam_ftdump scans and dumps the en... | myisam_ftdump - display full-text index information | myisam_ftdump [options] tbl_name index_num | null | null |
gi-compile-repository | null | null | null | null | null |
signtool | null | null | null | null | null |
lzmore | 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 |
protoc-gen-upb | null | null | null | null | null |
git-upload-pack | Invoked by git fetch-pack, learns what objects the other side is missing, and sends them after packing. This command is usually not invoked directly by the end user. The UI for the protocol is on the git fetch-pack side, and the program pair is meant to be used to pull updates from a remote repository. For push operati... | git-upload-pack - Send objects packed back to git-fetch-pack | git-upload-pack [--[no-]strict] [--timeout=<n>] [--stateless-rpc] [--advertise-refs] <directory> | --[no-]strict Do not try <directory>/.git/ if <directory> is no Git directory. --timeout=<n> Interrupt transfer after <n> seconds of inactivity. --stateless-rpc Perform only a single read-write cycle with stdin and stdout. This fits with the HTTP POST request processing model where a program may read the request, write... | null |
innochecksum | innochecksum prints checksums for InnoDB files. This tool reads an InnoDB tablespace file, calculates the checksum for each page, compares the calculated checksum to the stored checksum, and reports mismatches, which indicate damaged pages. It was originally developed to speed up verifying the integrity of tablespace f... | innochecksum - offline InnoDB file checksum utility | innochecksum [options] file_name | null | null |
run-with-aspell | The recommended way to use Aspell as a replacement for Ispell is to change the Ispell command from within the program being used. If that is not possible, the run-with-aspell script may be used instead. | run-with-aspell - script to help use GNU Aspell as an ispell replacement | run-with-aspell <command> | <command> is the name of the program with any optional arguments. The old method of mapping ispell to Aspell is discouraged because it can create compatibility problems with programs that actually require ispell such as ispell's own scripts. SEE ALSO aspell(1), aspell-import(1), word-list-compress(1) Aspell is fully do... | null |
ollama | null | null | null | null | null |
danetool | Tool to generate and check DNS resource records for the DANE protocol. | danetool - GnuTLS DANE tool | danetool [-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. -V, --verbose More verbose output. --outfile=str Output file. --load-pubkey=str Loads a public key file. This can be either a file... | DANE TLSA RR generation To create a DANE TLSA resource record for a certificate (or public key) that was issued locally and may or may not be signed by a CA use the following command. $ danetool --tlsa-rr --host www.example.com --load-certificate cert.pem To create a DANE TLSA resource record for a CA signed certificat... |
mysqlrouter_passwd | The mysqlrouter_passwd utility is a command line application to manage the accounts in the passwd file. Usage information: Usage bin/mysqlrouter_passwd [opts] <cmd> <filename> [<username>] bin/mysqlrouter_passwd --help bin/mysqlrouter_passwd --version Commands delete Delete username (if it exists) from <filename>. list... | mysqlrouter_passwd - MySQL Router Password Tool | mysqlrouter_passwd [options] | -?, --help Display this help and exit. --kdf <name> Key Derivation Function for 'set'. One of pbkdf2-sha256, pbkdf2-sha512, sha256-crypt, sha512-crypt. default: sha256-crypt -V, --version Display version information and exit. --work-factor <num> Work-factor hint for KDF if account is updated. COPYRIGHT Copyright © 2006... | null |
nettle-lfib-stream | null | null | null | null | null |
gchcon | Change the SELinux security context of each FILE to CONTEXT. With --reference, change the security context of each FILE to that of RFILE. Mandatory arguments to long options are mandatory for short options too. --dereference affect the referent of each symbolic link (this is the default), rather than the symbolic link... | chcon - change file security context | chcon [OPTION]... CONTEXT FILE... chcon [OPTION]... [-u USER] [-r ROLE] [-l RANGE] [-t TYPE] FILE... chcon [OPTION]... --reference=RFILE FILE... | null | null |
virtualenv | null | null | null | null | null |
enum_options | null | null | null | null | null |
django-admin | null | null | null | null | null |
pngtogd | null | null | null | null | null |
saved_model_cli | null | null | null | null | null |
ismindex | null | null | null | null | null |
openssl | OpenSSL is a cryptography toolkit implementing the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) network protocols and related cryptography standards required by them. The openssl program is a command line program for using the various cryptography functions of OpenSSL's crypto library from the shell. ... | openssl - OpenSSL command line program | openssl command [ options ... ] [ parameters ... ] openssl no-XXX [ options ] openssl -help | -version | Details of which options are available depend on the specific command. This section describes some common options with common behavior. Program Options These options can be specified without a command specified to get help or version information. -help Provides a terse summary of all options. For more detailed informa... | null |
rust-gdb | null | null | null | null | null |
sndfile-metadata-get | sndfile-metadata-get displays bext and string metadata stored in an audio file. The following options specify what to print. --all all metadata --bext-description description --bext-originator originator info --bext-orig-ref originator reference --bext-umid Unique Material Identifier --bext-orig-date ... | sndfile-metadata-get, sndfile-metadata-set – get or set metadata in a sound file | sndfile-metadata-get [options] file sndfile-metadata-set [options] file sndfile-metadata-set [options] input output | null | null |
hb-info | null | null | null | null | null |
key_ladder_demo | null | null | null | null | null |
exrenvmap | null | null | null | null | null |
glogname | Print the user's login name. --help display this help and exit --version output version information and exit AUTHOR Written by FIXME: unknown. REPORTING BUGS GNU coreutils online help: <https://www.gnu.org/software/coreutils/> Report any translation bugs to <https://translationproject.org/team/> COPYRIGHT Copyright © 2... | logname - print user´s login name | logname [OPTION] | null | null |
rbenv-install | 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 |
splain | The "diagnostics" Pragma This module extends the terse diagnostics normally emitted by both the perl compiler and the perl interpreter (from running perl with a -w switch or "use warnings"), augmenting them with the more explicative and endearing descriptions found in perldiag. Like the other pragmata, it affects the ... | diagnostics, splain - produce verbose warning diagnostics | Using the "diagnostics" pragma: use diagnostics; use diagnostics -verbose; enable diagnostics; disable diagnostics; Using the "splain" standalone filter program: perl program 2>diag.out splain [-v] [-p] diag.out Using diagnostics to get stack traces from a misbehaving script: perl -Mdiagnostics=-traceonly my_script.pl | null | The following file is certain to trigger a few errors at both runtime and compiletime: use diagnostics; print NOWHERE "nothing\n"; print STDERR "\n\tThis message should be unadorned.\n"; warn "\tThis is a user warning"; print "\nDIAGNOSTIC TESTER: Please enter a <CR> here: "; my $a, $b = scalar <STDIN>; print "\n"; pri... |
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 |
guname | Print certain system information. With no OPTION, same as -s. -a, --all print all information, in the following order, except omit -p and -i if unknown: -s, --kernel-name print the kernel name -n, --nodename print the network node hostname -r, --kernel-release print the kernel release -v, --kernel-version print the ke... | uname - print system information | uname [OPTION]... | null | null |
scalar | Scalar is a repository management tool that optimizes Git for use in large repositories. Scalar improves performance by configuring advanced Git settings, maintaining repositories in the background, and helping to reduce data sent across the network. An important Scalar concept is the enlistment: this is the top-level ... | scalar - A tool for managing large Git repositories | scalar clone [--single-branch] [--branch <main-branch>] [--full-clone] <url> [<enlistment>] scalar list scalar register [<enlistment>] scalar unregister [<enlistment>] scalar run ( all | config | commit-graph | fetch | loose-objects | pack-files ) [<enlistment>] scalar reconfigure [ --all | <enlistment> ] scalar diagno... | null | null |
load_roots | null | null | null | null | null |
python3.12 | Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python, see the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Py... | python - an interpreted, interactive, object-oriented programming language | python [ -B ] [ -b ] [ -d ] [ -E ] [ -h ] [ -i ] [ -I ] [ -m module-name ] [ -q ] [ -O ] [ -OO ] [ -P ] [ -s ] [ -S ] [ -u ] [ -v ] [ -V ] [ -W argument ] [ -x ] [ -X option ] [ -? ] [ --check-hash-based-pycs default | always | never ] [ --help ] [ --help-env ] [ --help-xoptions ] [ --help-all ] [ -c command | script ... | null | null |
gtee | Copy standard input to each FILE, and also to standard output. -a, --append append to the given FILEs, do not overwrite -i, --ignore-interrupts ignore interrupt signals -p operate in a more appropriate MODE with pipes. --output-error[=MODE] set behavior on write error. See MODE below --help display this help and e... | tee - read from standard input and write to standard output and files | tee [OPTION]... [FILE]... | 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 |
black | null | null | null | null | null |
exrheader | null | null | null | null | null |
gstty | Print or change terminal characteristics. Mandatory arguments to long options are mandatory for short options too. -a, --all print all current settings in human-readable form -g, --save print all current settings in a stty-readable form -F, --file=DEVICE open and use the specified DEVICE instead of stdin --help display... | stty - change and print terminal line settings | stty [-F DEVICE | --file=DEVICE] [SETTING]... stty [-F DEVICE | --file=DEVICE] [-a|--all] stty [-F DEVICE | --file=DEVICE] [-g|--save] | null | null |
pre-commit | 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.