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
isql
isql and iusql are command-line tools allowing users to execute SQL interactively or in batches. The tools provide several useful features, including an option to generate output wrapped in an HTML table. iusql is the same as isql but includes built-in Unicode support. Some data sources only work with iusql. An import...
isql, iusql - unixODBC interactive SQL command-line tools
isql DSN [USER [PASSWORD]] [options] iusql DSN [USER [PASSWORD]] [options] iusql "ConnectionString" [options]
-b Run 'isql' in non-interactive batch mode. In this mode, 'isql' processes from standard input, expecting one SQL command per line. -dDELIMITER Delimit columns with the specified delimiter. -xHEX Delimit columns with the character represented in hexadecimal by HEX. The hexadecimal code must be in the format 0xNN ...
A bare DSN: $ iusql WebDB MyID MyPWD -w -b < My.sql Connects to the WebDB DSN as user MyID with password MyPWD, then executes the commands in the My.sql file and returns the results wrapped in an HTML table. Each line in My.sql must only contain one SQL command, except for the last line, which must be blank (unless the...
trial
null
null
null
null
null
arm64-apple-darwin20.0.0-ld
The ld command combines several object files and libraries, resolves references, and produces an ouput file. ld can produce a final linked image (executable, dylib, or bundle), or with the -r option, produce another object file. If the -o option is not used, the output file produced is named "a.out". Universal The li...
ld – linker
ld files... [options] [-o outputfile]
Options that control the kind of output -execute The default. Produce a mach-o main executable that has file type MH_EXECUTE. -dylib Produce a mach-o shared library that has file type MH_DYLIB. -bundle Produce a mach-o bundle that has file type MH_BUNDLE. -r Merges object files to produce another mach-o object f...
null
glib-compile-schemas
null
null
null
null
null
dumppdf.py
null
null
null
null
null
webpmux
This manual page documents the webpmux command. webpmux can be used to create/extract from animated WebP files, as well as to add/extract/strip XMP/EXIF metadata and ICC profile. If a single file name (not starting with the character '-') is supplied as the argument, the command line arguments are actually tokenized f...
webpmux - create animated WebP files from non-animated WebP images, extract frames from animated WebP images, and manage XMP/EXIF metadata and ICC profile.
webpmux -get GET_OPTIONS INPUT -o OUTPUT webpmux -set SET_OPTIONS INPUT -o OUTPUT webpmux -strip STRIP_OPTIONS INPUT -o OUTPUT webpmux -frame FRAME_OPTIONS [ -frame ... ] [ -loop LOOP_COUNT ] [ -bgcolor BACKGROUND_COLOR ] -o OUTPUT webpmux -duration DURATION OPTIONS [ -duration ... ] INPUT -o OUTPUT webpmux -info INPUT...
GET_OPTIONS (-get): icc Get ICC profile. exif Get EXIF metadata. xmp Get XMP metadata. frame n Get nth frame from an animated image. (n = 0 has a special meaning: last frame). SET_OPTIONS (-set) loop loop_count Set loop count on an animated file. Where: 'loop_count' must be in range [0, 65535]. bgcolor A,R,G,B ...
Add ICC profile: webpmux -set icc image_profile.icc in.webp -o icc_container.webp Extract ICC profile: webpmux -get icc icc_container.webp -o image_profile.icc Strip ICC profile: webpmux -strip icc icc_container.webp -o without_icc.webp Add XMP metadata: webpmux -set xmp image_metadata.xmp in.webp -o xmp_container.webp...
tiffcmp
null
null
null
null
null
brotli
null
null
null
null
null
opentelemetry-bootstrap
null
null
null
null
null
undill
null
null
null
null
null
uic
null
null
null
null
null
bzless
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
tset
Tset initializes terminals. Tset first determines the type of terminal that you are using. This determination is done as follows, using the first terminal type found. 1. The terminal argument specified on the command line. 2. The value of the TERM environmental variable. 3. (BSD systems only.) The terminal type assoc...
@TSET@, reset - terminal initialization
@TSET@ [-IQVcqrsw] [-] [-e ch] [-i ch] [-k ch] [-m mapping] [terminal] reset [-IQVcqrsw] [-] [-e ch] [-i ch] [-k ch] [-m mapping] [terminal]
null
null
mysqld_multi
mysqld_multi is designed to manage several mysqld processes that listen for connections on different Unix socket files and TCP/IP ports. It can start or stop servers, or report their current status. Note For some Linux platforms, MySQL installation from RPM or Debian packages includes systemd support for managing MySQL...
mysqld_multi - manage multiple MySQL servers
mysqld_multi [options] {start|stop|report} [GNR[,GNR] ...]
null
null
sip-build
null
null
null
null
null
macchangeqt
null
null
null
null
null
tiff2pdf
null
null
null
null
null
pg_config
null
null
null
null
null
jupyter-notebook
null
null
null
null
null
wish
Wish is a simple program consisting of the Tcl command language, the Tk toolkit, and a main program that reads commands from standard input or from a file. It creates a main window and then processes Tcl commands. If wish is invoked with arguments, then the first few arguments, ?-encoding name? ?fileName? specify the ...
wish - Simple windowing shell
wish ?-encoding name? ?fileName arg arg ...?
-encoding name Specifies the encoding of the text stored in │ fileName. This option is only recognized prior to │ the fileName argument. -colormap new Specifies that the window should have a new private colormap instead of using the default colormap for the screen. -display display Display (and screen...
null
lupdate-pro
null
null
null
null
null
unlzma
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...
fixqt4headers.pl
null
null
null
null
null
fitsdiff
null
null
null
null
null
lz4cat
lz4 is an extremely fast lossless compression algorithm, based on byte-aligned LZ77 family of compression scheme. lz4 offers compression speeds > 500 MB/s per core, linearly scalable with multi-core CPUs. It features an extremely fast decoder, offering speed in multiple GB/s per core, typically reaching RAM speed limit...
lz4 - lz4, unlz4, lz4cat - Compress or decompress .lz4 files
lz4 [OPTIONS] [-|INPUT-FILE] OUTPUT-FILE unlz4 is equivalent to lz4 -d lz4cat is equivalent to lz4 -dcfm When writing scripts that need to decompress files, it is recommended to always use the name lz4 with appropriate arguments (lz4 -d or lz4 -dc) instead of the names unlz4 and lz4cat.
Short commands concatenation In some cases, some options can be expressed using short command -x or long command --long-word. Short commands can be concatenated together. For example, -d -c is equivalent to -dc. Long commands cannot be concatenated. They must be clearly separated by a space. Multiple commands When mult...
null
xmlpatterns
null
null
null
null
null
kinit
kinit obtains and caches an initial ticket-granting ticket for principal. If principal is absent, kinit chooses an appropriate principal name based on existing credential cache contents or the local username of the user invoking kinit. Some options modify the choice of principal name.
kinit - obtain and cache Kerberos ticket-granting ticket
kinit [-V] [-l lifetime] [-s start_time] [-r renewable_life] [-p | -P] [-f | -F] [-a] [-A] [-C] [-E] [-v] [-R] [-k [-i | -t keytab_file]] [-c cache_name] [-n] [-S service_name] [-I input_ccache] [-T armor_ccache] [-X attribute[=value]] [--request-pac | --no-request-pac] [principal]
-V display verbose output. -l lifetime (duration string.) Requests a ticket with the lifetime lifetime. For example, kinit -l 5:30 or kinit -l 5h30m. If the -l option is not specified, the default ticket lifetime (configured by each site) is used. Specifying a ticket lifetime longer than the maximum ticket lifeti...
null
pdftext
null
null
null
null
null
bsdtar
tar creates and manipulates streaming archive files. This implementation can extract from tar, pax, cpio, zip, jar, ar, xar, rpm, 7-zip, and ISO 9660 cdrom images and can create tar, pax, cpio, ar, zip, 7-zip, and shar archives. The first synopsis form shows a “bundled” option word. This usage is provided for compati...
tar – manipulate tape archives
tar [bundled-flags ⟨args⟩] [⟨file⟩ | ⟨pattern⟩ ...] tar {-c} [options] [files | directories] tar {-r | -u} -f archive-file [options] [files | directories] tar {-t | -x} [options] [patterns]
Unless specifically stated otherwise, options are applicable in all operating modes. @archive (c and r modes only) The specified archive is opened and the entries in it will be appended to the current archive. As a simple example, tar -c -f - newfile @original.tar writes a new archive to standard output containing a f...
The following creates a new archive called file.tar.gz that contains two files source.c and source.h: tar -czf file.tar.gz source.c source.h To view a detailed table of contents for this archive: tar -tvf file.tar.gz To extract all entries from the archive on the default tape drive: tar -x To examine the contents of an...
samp_hub
null
null
null
null
null
qdbusxml2cpp
null
null
null
null
null
kaleido
null
null
null
null
null
gif2h5
null
null
null
null
null
langchain-server
null
null
null
null
null
reset
The tput utility uses the terminfo database to make the values of terminal-dependent capabilities and information available to the shell (see sh(1)), to initialize or reset the terminal, or return the long name of the requested terminal type. The result depends upon the capability's type: string tput writes the string...
tput, reset - initialize a terminal or query terminfo database
tput [-Ttype] capname [parms ... ] tput [-Ttype] init tput [-Ttype] reset tput [-Ttype] longname tput -S << tput -V
null
tput init Initialize the terminal according to the type of terminal in the environmental variable TERM. This command should be included in everyone's .profile after the environmental variable TERM has been exported, as illustrated on the profile(5) manual page. tput -T5620 reset Reset an AT&T 5620 terminal, overriding...
xxh64sum
Print or check xxHash (32, 64 or 128 bits) checksums. When no FILE, read standard input, except if it´s the console. When FILE is -, read standard input even if it´s the console. xxhsum supports a command line syntax similar but not identical to md5sum(1). Differences are: xxhsum doesn´t have text/binary mode switch (-...
xxhsum - print or check xxHash non-cryptographic checksums
xxhsum [<OPTION>] ... [<FILE>] ... xxhsum -b [<OPTION>] ... xxh32sum is equivalent to xxhsum -H0 xxh64sum is equivalent to xxhsum -H1 xxh128sum is equivalent to xxhsum -H2
-V, --version Displays xxhsum version and exits -HHASHTYPE Hash selection. HASHTYPE means 0=32bits, 1=64bits, 2=128bits. Alternatively, HASHTYPE 32=32bits, 64=64bits, 128=128bits. Default value is 1 (64bits) --tag Output in the BSD style. --little-endian Set output hexadecimal checksum value as little endian conventio...
Output xxHash (64bit) checksum values of specific files to standard output $ xxhsum -H1 foo bar baz Output xxHash (32bit and 64bit) checksum values of specific files to standard output, and redirect it to xyz.xxh32 and qux.xxh64 $ xxhsum -H0 foo bar baz > xyz.xxh32 $ xxhsum -H1 foo bar baz > qux.xxh64 Read xxHash sums ...
bzcat
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
qmlmin
null
null
null
null
null
xzfgrep
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
pasteurize
null
null
null
null
null
slencheck
null
null
null
null
null
sphinx-build
null
null
null
null
null
webpinfo
This manual page documents the webpinfo command. webpinfo can be used to print out the chunk level structure and bitstream header information of WebP files. It can also check if the files are of valid WebP format.
webpinfo - print out the chunk level structure of WebP files along with basic integrity checks.
webpinfo OPTIONS INPUT webpinfo [-h|-help|-H|-longhelp]
-version Print the version number (as major.minor.revision) and exit. -quiet Do not show chunk parsing information. -diag Show parsing error diagnosis. -summary Show chunk stats summary. -bitstream_info Parse bitstream header. -h, -help A short usage summary. -H, -longhelp Detailed usage instructions. INPUT Input file...
webpinfo -h webpinfo -diag -summary input_file.webp webpinfo -bitstream_info input_file_1.webp input_file_2.webp webpinfo *.webp AUTHORS webpinfo 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 manual page was written by H...
.python.app-post-link.sh
null
null
null
null
null
icuinfo
null
null
null
null
null
h5jam
null
null
null
null
null
libpng-config
null
null
null
null
null
conch
null
null
null
null
null
qta-browser
null
null
null
null
null
isympy
isympy is a Python shell for SymPy. It is just a normal python shell (ipython shell if you have the ipython package installed) that executes the following commands so that you don't have to: >>> from __future__ import division >>> from sympy import * >>> x, y, z = symbols("x,y,z") >>> k, m, n = symbols("k,m,n", integer...
isympy - interactive shell for SymPy
isympy [-c | --console] [-p ENCODING | --pretty ENCODING] [-t TYPE | --types TYPE] [-o ORDER | --order ORDER] [-q | --quiet] [-d | --doctest] [-C | --no-cache] [-a | --auto] [-D | --debug] [ -- | PYTHONOPTIONS] isympy [ {-h | --help} | {-v | --version} ]
-c SHELL, --console=SHELL Use the specified shell (python or ipython) as console backend instead of the default one (ipython if present or python otherwise). Example: isympy -c python SHELL could be either 'ipython' or 'python' -p ENCODING, --pretty=ENCODING Setup pretty printing in SymPy. By default, the most pretty, ...
null
qmlimportscanner
null
null
null
null
null
gobject-query
null
null
null
null
null
mysqlcheck
The mysqlcheck client performs table maintenance: It checks, repairs, optimizes, or analyzes tables. Each table is locked and therefore unavailable to other sessions while it is being processed, although for check operations, the table is locked with a READ lock only (see Section 13.3.6, “LOCK TABLES and UNLOCK TABLES ...
mysqlcheck - a table maintenance program
mysqlcheck [options] [db_name [tbl_name ...]]
null
null
gflags_completions.sh
null
null
null
null
null
send2trash
null
null
null
null
null
h5cc
null
null
null
null
null
pagestuff
pagestuff shows how a structure of a Mach-O or universal file corresponds to logical pages on the current system. Structural information includes the location and extent of file headers, sections and segments, symbol tables, code signatures, etc. When displaying a universal file, all architectures will be shown unless ...
pagestuff - Mach-O file page analysis tool
pagestuff file [-arch arch_flag] [[-a] [-p] | [pagenumber...]]
null
null
dbrunsli
null
null
null
null
null
JxrEncApp
null
null
null
null
null
torchrun
null
null
null
null
null
tldextract
null
null
null
null
null
conda-index
null
null
null
null
null
lz4
lz4 is an extremely fast lossless compression algorithm, based on byte-aligned LZ77 family of compression scheme. lz4 offers compression speeds > 500 MB/s per core, linearly scalable with multi-core CPUs. It features an extremely fast decoder, offering speed in multiple GB/s per core, typically reaching RAM speed limit...
lz4 - lz4, unlz4, lz4cat - Compress or decompress .lz4 files
lz4 [OPTIONS] [-|INPUT-FILE] OUTPUT-FILE unlz4 is equivalent to lz4 -d lz4cat is equivalent to lz4 -dcfm When writing scripts that need to decompress files, it is recommended to always use the name lz4 with appropriate arguments (lz4 -d or lz4 -dc) instead of the names unlz4 and lz4cat.
Short commands concatenation In some cases, some options can be expressed using short command -x or long command --long-word. Short commands can be concatenated together. For example, -d -c is equivalent to -dc. Long commands cannot be concatenated. They must be clearly separated by a space. Multiple commands When mult...
null
mysqlimport
The mysqlimport client provides a command-line interface to the LOAD DATA SQL statement. Most options to mysqlimport correspond directly to clauses of LOAD DATA syntax. See Section 13.2.9, “LOAD DATA Statement”. Invoke mysqlimport like this: mysqlimport [options] db_name textfile1 [textfile2 ...] For each text file nam...
mysqlimport - a data import program
mysqlimport [options] db_name textfile1 ...
null
null
autopep8
null
null
null
null
null
binstar
null
null
null
null
null
fonttools
null
null
null
null
null
orc-metadata
null
null
null
null
null
msgen
Creates an English translation catalog. The input file is the last created English PO file, or a PO Template file (generally created by xgettext). Untranslated entries are assigned a translation that is identical to the msgid. Mandatory arguments to long options are mandatory for short options too. Input file location...
msgen - create English message catalog
msgen [OPTION] INPUTFILE
null
null
surya_order
null
null
null
null
null
wheel
null
null
null
null
null
humanfriendly
null
null
null
null
null
arm64-apple-darwin20.0.0-mtor
null
null
null
null
null
tclsh8.6
null
null
null
null
null
qtattributionsscanner
null
null
null
null
null
arm64-apple-darwin20.0.0-dyldinfo
Executables built for Mac OS X 10.6 and later have a new format for the information in the __LINKEDIT segment. The dyldinfo tool will display that information. The options are as follows: -arch arch Only display the specified architecture. Other architectures in a universal image are ignored. -dylibs Display the tabl...
dyldinfo – Displays information used by dyld in an executable
dyldinfo [-arch arch-name] [-dylibs] [-rebase] [-bind] [-weak_bind] [-lazy_bind] [-export] [-opcodes] [-function_starts] file(s)
null
null
cookiecutter
null
null
null
null
null
slugify
null
null
null
null
null
odbcinst
odbcinst is a command-line utility allowing users who develop install scripts or packages for ODBC drivers to easily create or remove entries in odbc.ini and odbcinst.ini. The utility is part of the odbcinst component of unixODBC and complements the shared library of the same name (libodbcinst).
odbcinst - A unixODBC utility for managing configuration files
odbcinst ACTION OBJECT OPTIONS
ACTIONS -i Install a new OBJECT (by adding a section to a configuration file). -u Uninstall an existing OBJECT (by removing a section from a configuration file). -q Query ODBC configuration files and print available options for the specified OBJECT. -j Print the current configuration of unixODBC, includ...
null
rst2odt_prepstyles.py
null
null
null
null
null
conda-develop
null
null
null
null
null
aec
Aec performs lossless compression and decompression with Golomb-Rice coding as defined in the Space Data System Standard documents 121.0-B-2.
aec - compress or expand files
aec [-3] [-b BYTES] [-d] [-j SAMPLES] [-m] [-n BITS] [-N] [-p] [-r BLOCKS] [-s] [-t] infile outfile
-3 24 bit samples are stored in 3 bytes -b BYTES internal buffer size in bytes -d decompress infile; if option -d is not used then compress infile -j SAMPLES block size in samples -m samples are MSB first; default is LSB first -n BITS bits per sample -N disable pre/post processing -p pad RSI to byte boun...
null
python3.11
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
conda-inspect
null
null
null
null
null
mysqlpump
• mysqlpump Invocation Syntax • mysqlpump Option Summary • mysqlpump Option Descriptions • mysqlpump Object Selection • mysqlpump Parallel Processing • mysqlpump Restrictions The mysqlpump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the origin...
mysqlpump - a database backup program
mysqlpump [options] [db_name [tbl_name ...]]
null
null
xml2-config
xml2-config is a tool that is used to determine the compile and linker flags that should be used to compile and link programs that use GNOME- XML.
xml2-config - script to get information about the installed version of GNOME-XML
xml2-config [--prefix[=DIR]] [--libs] [--cflags] [--version] [--help]
xml2-config accepts the following options: --version Print the currently installed version of GNOME-XML on the standard output. --libs Print the linker flags that are necessary to link a GNOME-XML program. Add --dynamic after --libs to print only shared library linking information. --cflags Print the compiler flags t...
null
python3.1
null
null
null
null
null
djpeg
djpeg decompresses the named JPEG file, or the standard input if no file is named, and produces an image file on the standard output. PBMPLUS (PPM/PGM), BMP, GIF, or Targa output format can be selected.
djpeg - decompress a JPEG file to an image file
djpeg [ options ] [ filename ]
All switch names may be abbreviated; for example, -grayscale may be written -gray or -gr. Most of the "basic" switches can be abbreviated to as little as one letter. Upper and lower case are equivalent (thus -BMP is the same as -bmp). British spellings are also accepted (e.g., -greyscale), though for brevity these a...
This example decompresses the JPEG file foo.jpg, quantizes it to 256 colors, and saves the output in 8-bit BMP format in foo.bmp: djpeg -colors 256 -bmp foo.jpg > foo.bmp HINTS To get a quick preview of an image, use the -grayscale and/or -scale switches. -grayscale -scale 1/8 is the fastest case. Several options are ...
gst-discoverer-1.0
null
null
null
null
null
zopfli
null
null
null
null
null
deep
null
null
null
null
null
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
jupyter-labhub
null
null
null
null
null
xmlpatternsvalidator
null
null
null
null
null
arm64-apple-darwin20.0.0-seg_addr_table
seg_addr_table re-lays out, updates or checks a segment address table. If it can do its operation with out problems seg_addr_table(l) exits with zero status. Else it exits with a non-zero status and prints an error message about the problem. The Apple Build and Integration team uses the segment address table in /Apple...
seg_addr_table - re-layout, update or check a segment address table
seg_addr_table [operation] [options] [-o output_file]
null
null
jupyter-server
null
null
null
null
null
pydocstyle
null
null
null
null
null
msgmerge
Merges two Uniforum style .po files together. The def.po file is an existing PO file with translations which will be taken over to the newly created file as long as they still match; comments will be preserved, but extracted comments and file positions will be discarded. The ref.pot file is the last created PO file wi...
msgmerge - merge message catalog and template
msgmerge [OPTION] def.po ref.pot
null
null
tiffcrop
null
null
null
null
null
isort
null
null
null
null
null