Monday, March 8, 2021

General Linux Commands (9)

v.extrude.1grass
v.extrude(1grass): - Extrudes flat vector features to 3D vector features with
v.extrude(1grass): v.extrude creates faces, kernels or 3D lines based on input 2D vector features. Points are converted to 3D vertical lines, lines to faces and areas to volumes (composition of closed set of faces and kernel).

2nash.1
2nash(1): - find nash equilibria of two person noncooperative games
2nash(1): All Nash equilibria (NE) for a two person noncooperative game are computed using two interleaved reverse search vertex enumeration steps. The input for the problem are two m by n matrices A,B of integers or rationals.

r.spreadpath.1grass
r.spreadpath(1grass): - Recursively traces the least cost path backwards to cells
r.spreadpath(1grass): r.spreadpath is part of the wildfire simulation toolset. Preparational steps for the fire simulation are the calculation of the rate of spread (ROS) with r.ros, and the creating of spread map with r.spread.

vbindiff.1
vbindiff(1): - hexadecimal file display and comparison
vbindiff(1): Visual Binary Diff (VBinDiff) displays files in hexadecimal and ASCII (or EBCDIC). It can also display two files at once, and highlight the differences between them. Unlike diff, it works well with large files (up to 4 GB).

nauty-shortg.1
nauty-shortg(1): - remove isomorphs from a file of graphs
nauty-shortg(1): Remove isomorphs from a file of graphs. If outfile is omitted, it is taken to be the same as infile If both infile and outfile are omitted, input will be taken from stdin and written to stdout The output file has a header if and only if the

sauerbraten-server.6
sauerbraten-server(6): - network server for sauerbraten
sauerbraten-server(6): This manual page documents briefly the sauerbraten-server command. sauerbraten-server is the standalone network server of the Sauerbraten game. Sauerbraten is a fast 3D first-person shooter.

oarnotify.1
oarnotify(1): - Multi usage command for queues and Almighty notification.
oarnotify(1): This command is used to manage scheduling queues and to notify the OAR server (Almighty). oarnotify [-e str] [-d str] [-E] [-D] [--add-queue str] [--remove-queue str] [-l] [tag_to_Almighty]

alpha-linux-gnu-objcopy.1
alpha-linux-gnu-objcopy(1): - copy and translate object files
alpha-linux-gnu-objcopy(1): The GNU objcopy utility copies the contents of an object file to another. objcopy uses the GNU BFD Library to read and write the object files. It can write the destination object file in a format different from that of the source object

scpr.1
scpr(1): - print out objects in checkpoint files (Ubuntu)
scpr(1): The scpr program is used to print out objects in checkpoint files. scpr [options] [file(s)] scpr - print out objects in checkpoint files

pmlogrewrite.1
pmlogrewrite(1): - rewrite Performance Co-Pilot archives
pmlogrewrite(1): pmlogrewrite reads a set of Performance Co-Pilot (PCP) archive logs identified by inlog and creates a PCP archive log in outlog. Under normal usage, the -c option will be used to nominate a configuration file or files that contains

fcconfiguptodate.3
fcconfiguptodate(3): - Check timestamps on config files
fcconfiguptodate(3): Checks all of the files related to config and returns whether any of them has been modified since the configuration was created. If config is NULL, the current configuration is used.

xpdf.real.1
xpdf.real(1): - Portable Document Format (PDF) file viewer for X (version 3.
xpdf.real(1): Xpdf is a viewer for Portable Document Format (PDF) files. (These are also sometimes also called 'Acrobat' files, from the name of Adobe's PDF software.) Xpdf runs under the X Window System on UNIX, VMS, and OS/2.

eyuvtoppm.1
eyuvtoppm(1): - convert a Berkeley YUV file to a portable pixmap file
eyuvtoppm(1): Reads a Berkeley Encoder YUV (not the same as Abekas YUV) file as input and produces a portable pixmap (ppm) file on the Standard Output. With no filename argument takes input from Standard Input.

g.parser.1grass
g.parser(1grass): - Provides full parser support for GRASS scripts.
g.parser(1grass): The g.parser module provides full parser support for GRASS scripts, including an auto-generated GUI interface, help page template, and command line option checking.

ipmi-dcmi.8
ipmi-dcmi(8): - IPMI DCMI utility (Ubuntu Linux Manual)
ipmi-dcmi(8): Ipmi-dcmi is used to execute Data Center Manageability Interface (often referred to as DCM or DCMI) IPMI extension commands. DCMI extensions include support for asset management and power usage management.

v.db.dropcolumn.1grass
v.db.dropcolumn(1grass): - Drops a column from the attribute table connected to a
v.db.dropcolumn(1grass): v.db.dropcolumn drops a column from the attribute table connected to a given vector map. It automatically checks the connection for the specified layer. v.db.dropcolumn omits to delete the 'cat' column which is relevant to keep the

tcptrace.1
tcptrace(1): - a TCP connection analysis tool (Ubuntu)
tcptrace(1): tcptrace takes a tcpdump file specified on the command line (or from standard input) and produces a summarization of the connections. xplot an interactive tool for examining .xpl files output by tcptrace. jPlot a Java version of xplot.

kvirc.1
kvirc(1): - an Internet Relay Chat client. (Ubuntu)
kvirc(1): KVIrc is a Visual Internet Relay Chat client based on the Qt library. It is intended to be an "user friendly" interface to the IRC protocol (see RFC1459) and its extensions.

cm2man.1
cm2man(1): - convert CommonMark file to man page (Ubuntu)
cm2man(1): Generate a manpage from markdown sources. Reads from <source> (default is stdin) and writes to <destination> (default is stdout). See <http://docutils.sf.net/docs/user/config.html> for the full reference.

vmifustandard.7
vmifustandard(7): - Extract a standard star spectrum.
vmifustandard(7): This recipe extracts IFU standard star fiber spectra using the input extraction mask, after aligning it to the brightest fiber spectra detected on the input exposure.

clip.1gv
clip(1gv): - Clip an OOGL object against planes or other surfaces
clip(1gv): Clip, adapted from Daeron Meyer's ginsu module, allows clipping an OOGL object against planes, spheres, or cylinders from the UNIX command line. Its input can come from a file or standard input; output is written to standard output.

suck.1
suck(1): - Pull a small newsfeed from an NNTP server, avoiding the NEWNEWS command.
suck(1): MODE 1 - stdout mode %suck %suck myhost.com Suck grabs news from an NNTP server and sends the articles to stdout. Suck accepts as argument the name of an NNTP server or if you don't give an argument it will take the environment variable

cmtk-film.1
cmtk-film(1): - Fix interleaved motion using inverse interpolation
cmtk-film(1): This tool splits an interleaved input image into the pass images, co- registers them, and reconstructs a motion-corrected image film InputImage OutputImage

ncdump-hdf.1
ncdump-hdf(1): - Convert netCDF files to ASCII form (CDL)
ncdump-hdf(1): ncdump-hdf generates an ASCII representation of a specified netCDF file on standard output. The ASCII representation is in a form called CDL (``network Common Data form Language'') that can be viewed, edited, or serve as input to ncgen.

apcaccess.8
apcaccess(8): apcaccess --- retrieve status information from apcupsd(8)
apcaccess(8): apcaccess is a program which prints out the complete status of most American Power Conversion Corp. (APC) UPSes provided you have the apcupsd(8) daemon installed, properly configured and running.

cli-generate.1
cli-generate(1): - Generate source and documentation from CLI descriptions
cli-generate(1): Operation cli-generate reads in a CLI (command line interface) description file, parses it into its various sections, and prints out one of a set of output files.

aarch64-linux-gnu-cpp-4.9.1
aarch64-linux-gnu-cpp-4.9(1): - The C Preprocessor
aarch64-linux-gnu-cpp-4.9(1): 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

eprof.3erl
eprof(3erl): - A Time Profiling Tool for Erlang (Ubuntu)
eprof(3erl): The module eprof provides a set of functions for time profiling of Erlang programs to find out how the execution time is used. The profiling is done using the Erlang trace BIFs.

uuagc.1
uuagc(1): - Attribute Grammar compiler (Ubuntu Linux)
uuagc(1): This program uuagc is the compiler of the (Utrecht University) Attribute Grammar system. It takes as input AG source files (.ag) and produces as output regular Haskell source files (.hs).

lsh.1
lsh(1): - secsh (SSH2) client (Ubuntu Linux Manual)
lsh(1): CAUTION! The information in this manpage may be invalid or outdated. For authorative information on lsh, please see it's Texinfo manual (see the lsftp(1), lshg(1), lsh-authorize(1), lsh-keygen(1), lsh-make-seed(1), lsh-upgrade(1),

async.3tcl
async(3tcl): - Asynchronous in-memory cache (Ubuntu)
async(3tcl): This package provides objects which cache data in memory, and operate asynchronously with regard to request and responses. The objects are agnostic with regard to cache keys and values, and unknown methods are delegated to the provider of

firehol-services.5
firehol-services(5): - FireHOL services list (Ubuntu)
firehol-services(5): service: AH IPSec Authentication Header (AH) Example: server AH accept Service Type: * simple Server Ports: * 51/any Client Ports: * any Links * [Wikipedia][WIKI-AH] Notes For more information see this Archive of the FreeS/WAN documentation

pgreplay.1
pgreplay(1): - PostgreSQL log file replayer for performance tests
pgreplay(1): pgreplay reads a PostgreSQL log file (not a WAL file), extracts the SQL statements and executes them in the same order and relative time against a PostgreSQL database cluster.

pcp.1
pcp(1): - run a command or summarize an installation
pcp(1): The pcp command is used in one of two modes. By default, it summarizes the Performance Co-Pilot (PCP) installation on the local host. This mode can also be used to summarize the installation from a remote host, or a historical installation

pyvows.1
pyvows(1): - BDD test engine based on Vows.js (Ubuntu)
pyvows(1): Traceback (most recent call last): File "pyvows/cli.py", line 29, in <module> from pyvows.color import yellow, Style, Fore ImportError: No module named pyvows.color File "pyvows/cli.py", line 29, in <module> from pyvows.

ml-burg.1
ml-burg(1): - a tree parser generator for Standard ML
ml-burg(1): This manual page documents briefly the ml-burg command. This manual page was written for the Debian distribution because the original program does not have a manual page.

ec2-create-snapshot.1
ec2-create-snapshot(1): - Create a snapshot of a volume
ec2-create-snapshot(1): An optional description of the snapshot. http://docs.amazonwebservices.com/AWSEC2/2014-05-01/CommandLineReference http://docs.amazonwebservices.com/AWSEC2/latest/CommandLineReference

pmcpp.1
pmcpp(1): - simple preprocessor for the Performance Co-Pilot
pmcpp(1): pmcpp provides a very simple pre-processor originally designed for manipulating Performance Metric Name Space (PMNS) files for the Performance Co-Pilot (PCP), but later generalized to provide conditional blocks, include file processing,

docker-update.1
docker-update(1): - Update configuration of one or more containers
docker-update(1): The docker update command dynamically updates container configuration. you can Use this command to prevent containers from consuming too many resources from their Docker host.

vacuumlo.1
vacuumlo(1): - remove orphaned large objects from a PostgreSQL database
vacuumlo(1): vacuumlo is a simple utility program that will remove any "orphaned" large objects from a PostgreSQL database. An orphaned large object (LO) is considered to be any LO whose OID does not appear in any oid or lo data column of the database.

git-stage.1
git-stage(1): - Add file contents to the staging area
git-stage(1): This is a synonym for git-add(1). Please refer to the documentation of that command. GIT Part of the git(1) suite git stage args... git-stage - Add file contents to the staging area

ntdbdump.8
ntdbdump(8): - tool for printing the contents of an NTDB file
ntdbdump(8): This tool is part of the samba(1) suite. ntdbdump is a very simple utility that 'dumps' the contents of a NTDB (New Trivial DataBase) file to standard output in a human-readable format.

zoo.1
zoo(1): - manipulate archives of files in compressed form
zoo(1): Zoo is used to create and maintain collections of files in compressed form. It uses a Lempel-Ziv compression algorithm that gives space savings in the range of 20% to 80% depending on the type of file data.

isoquery.1
isoquery(1): - Search and display various ISO codes (country, language, ...
isoquery(1): This manual page documents briefly the isoquery command. It can be used to generate a tabular output of the ISO standard codes provided by the package iso-codes.

glbindbuffersbase.3g
glbindbuffersbase(3g): - bind one or more buffer objects to a sequence of indexed
glbindbuffersbase(3g): glBindBuffersBase binds a set of count buffer objects whose names are given in the array buffers to the count consecutive binding points starting from index index of the array of targets specified by target.

xs.7
xs(7): - Crossroads I/O, a lightweight messaging layer
xs(7): Crossroads I/O is a library for building scalable and high performance distributed applications. It fits between classic BSD sockets, JMS/AMQP-style message queues, and enterprise message-oriented middleware.

showpep.1e
showpep(1e): - Displays protein sequences with features in pretty format
showpep(1e): showpep is a command line program from EMBOSS ("the European Molecular Biology Open Software Suite"). It is part of the "Display" command group(s). showpep is fully documented via the tfm(1) system.

rrdcgi.1
rrdcgi(1): - Create web pages containing RRD graphs based on templates
rrdcgi(1): rrdcgi is a sort of very limited script interpreter. Its purpose is to run as a cgi-program and parse a web page template containing special <RRD:: tags. rrdcgi will interpret and act according to these tags.

afm2afm.1
afm2afm(1): - reencode an afm file - (Ubuntu Linux)
afm2afm(1): afm2afm re-encodes an afm file. Metrics (including kerning data) for characters not present in the chosen encoding are excluded from the output, which resuls in (potentially much) smaller files.

texi2dvi.1
texi2dvi(1): - convert Texinfo documents to DVI or PDF
texi2dvi(1): Run each Texinfo or (La)TeX FILE through TeX in turn until all cross-references are resolved, building all indices. The directory containing each FILE is searched for included files.

db.copy.1grass
db.copy(1grass): - Copy a table. Either 'from_table' (optionally with 'where') can
db.copy(1grass): db.copy allows the user to copy a table between two databases. Databases can be connected through different drivers (see examples below). db.connect, db.drivers, db.login, v.db.connect, v.

smtestdriver.1
smtestdriver(1): - smTestDriver (Ubuntu Linux Manual)
smtestdriver(1): This manual page documents briefly the smTestDriver command. You can find information in the paraview manual page and on the paraview web page http://www.paraview.org.

find.1posix
find(1posix): find --- find files (Ubuntu Linux Manual)
find(1posix): None. Section 2.2, Quoting, Section 2.13, Pattern Matching Notation, Section 2.14, Special Built-In Utilities, chmod, mv, pax, sh, test The Base Definitions volume of POSIX.12008, Chapter 8, Environment Variables, Section 12.

scan-build-3.7.1
scan-build-3.7(1): scan-build --- Clang static analyzer
scan-build-3.7(1): scan-build is a Perl script that invokes the Clang static analyzer. Options used by scan-build or by the analyzer appear first, followed by the build_command and any build_options normally used to build the target system.

opt.1
opt(1): - LLVM optimizer (Ubuntu Linux Manual Page)
opt(1): The opt command is the modular LLVM optimizer and analyzer. It takes LLVM source files as input, runs the specified optimizations or analyses on it, and then outputs the optimized file or the analysis results.

thin.1
thin(1): - fast and very simple Ruby web server (Ubuntu)
thin(1): Server options: -a, --address HOST bind to HOST address (default: 0.0.0.0) -p, --port PORT use PORT (default: 3000) -S, --socket FILE bind to unix domain socket -y, --swiftiply [KEY] Run using swiftiply -A, --adapter

tsmimehdrfieldfind.3ts
tsmimehdrfieldfind(3ts): - retrieves the TSMLoc location of a specified MIME field
tsmimehdrfieldfind(3ts): The name and length parameters specify which field to retrieve. For each MIME field in the MIME header, a case insensitive string comparison is done between the field name and name.

xmtablistinserttabs.3
xmtablistinserttabs(3): XmTabListInsertTabs --- A convenience function that inserts
xmtablistinserttabs(3): XmTabListInsertTabs creates a new tab list that includes the tabs in oldlist. This function copies specified tabs to the tab list at the given position. The first tab_count tabs of the tabs array are added to the tab list.

aqhbci-tool4.1
aqhbci-tool4(1): - Command line tools for setup, modification and debugging of HBCI
aqhbci-tool4(1): The aqhbci-tool4(1) command can be used to setup and manage AqBanking's HBCI users, customers and accounts. aqhbci-tool4 [global options] <command> [command options]

mlcat.1
mlcat(1): - cat frontend for multilog files (Ubuntu)
mlcat(1): cat frontend for multilog files -h, --help Display help and exit -V, --version Display version and exit This utility is a frontend for cat to easily cat logfiles from services running under daemontools.

tilestache-compose.1
tilestache-compose(1): - set a map coverage area (Ubuntu)
tilestache-compose(1): This manual page documents briefly the tilestache-compose command. There are three ways to set a map coverage area. 1) Center, zoom, and dimensions: create a map of the specified size, centered on a given geographical point at a given zoom

tmap.1e
tmap(1e): - Predict and plot transmembrane segments in protein sequences
tmap(1e): tmap is a command line program from EMBOSS ("the European Molecular Biology Open Software Suite"). It is part of the "Protein:Functional sites" command group(s).

lp-milestones.1
lp-milestones(1): - work with milestones in Launchpad
lp-milestones(1): lp-milestones allows you to create, delete, and rename milestones, as well as create a release from a milestone. lp-milestones <command> lp-milestones - work with milestones in Launchpad

cec-client.1
cec-client(1): - CEC connection client utility (Ubuntu)
cec-client(1): cec-client {-h|--help|-l|--list-devices|[COM PORT]} parameters: -h --help Shows this help text -l --list-devices List all devices on this system -t --type {p|r|t|a} The device type to use. More than one is possible.

iso-8859-9.7
iso-8859-9(7): - ISO 8859-9 character set encoded in octal, decimal, and hexadecimal
iso-8859-9(7): The ISO 8859 standard includes several 8-bit extensions to the ASCII character set (also known as ISO 646-IRV). ISO 8859-9 encodes the characters used in Turkish.

funpack.1
funpack(1): - FITS image decompression program (Ubuntu)
funpack(1): funpack is an utility to restore a compressed FITS image file back to its original state. fpack(1), fitscopy(1). funpack [OPTION]... FILE... funpack - FITS image decompression program

cassie.1
cassie(1): - search a string in another string with errors allowed
cassie(1): Cassie is a wrapper above Cassiopee library to search in a string an other string, allowing Hamming or edit distance between them. It also support ambiguous search with an input alphabet map file.

smime.1ssl
smime(1ssl): - S/MIME utility (Ubuntu Linux Manual)
smime(1ssl): The smime command handles S/MIME mail. It can encrypt, decrypt, sign and verify S/MIME messages. COMMAND openssl smime [-encrypt] [-decrypt] [-sign] [-resign] [-verify] [-pk7out] [-[cipher]] [-in file] [-no_alt_chains] [-certfile file]

gmx-distance.1
gmx-distance(1): - Calculate distances between pairs of positions
gmx-distance(1): gmx distance calculates distances between pairs of positions as a function of time. Each selection specifies an independent set of distances to calculate. Each selection should consist of pairs of positions, and the distances are computed

stack.3tcl
stack(3tcl): - Create and manipulate stack objects
stack(3tcl): The ::struct namespace contains a commands for processing finite stacks. It exports a single command, ::struct::stack. All functionality provided here can be reached through a subcommand of this command. Note: As of version 1.3.

udp6.1
udp6(1): - A security assessment tool for UDP/IPv6 implementations
udp6(1): udp6 allows the assessment of IPv6 implementations with respect to a variety of attack vectors based on UDP/IPv6 datagrams. This tool is part of the SI6 Networks' IPv6 Toolkit: a security assessment and troubleshooting toolkit for the IPv6

git-send-pack.1
git-send-pack(1): - Push objects over Git protocol to another repository
git-send-pack(1): Usually you would want to use git push, which is a higher-level wrapper of this command, instead. See git-push(1). Invokes git-receive-pack on a possibly remote repository, and updates it from the current repository, sending named refs.

plscmap1n.3plplot
plscmap1n(3plplot): - Set number of colors in cmap1
plscmap1n(3plplot): Set number of colors in cmap1, (re-)allocate color map1, and set default values if this is the first allocation (see the PLplot documentation). Redacted form: plscmap1n(ncol1) This function is used in examples 8,11,20,21.

torbrowser-launcher.1
torbrowser-launcher(1): - Tor Browser Bundle helper
torbrowser-launcher(1): torbrowser-launcher is a tool for downloading, verifying, updating and launching the Tor Browser Bundle. tor(1) torbrowser-launcher Manual page by Jacob Appelbaum <jacob at appelbaum dot net>

nfdump.1
nfdump(1): - netflow display and analyze program (Ubuntu)
nfdump(1): nfdump is the netflow display and analyzing program of the nfdump tool set. It reads the netflow data from files stored by nfcapd and processes the flows according the options given.

lfm.1
lfm(1): - a powerful file manager for the UNIX console
lfm(1): Last File Manager is a powerful file manager for the UNIX console. It has a curses interface and it's written in Python v3.4+. The full documentation which includes the keys descriptions is in /usr/share/doc/lfm/README.

cpm.5
cpm(5): - CP/M disk and file system format (Ubuntu)
cpm(5): Characteristic sizes Each CP/M disk format is described by the following specific sizes: Sector size in bytes Number of tracks Number of sectors Block size Number of directory entries Logical sector skew Number of reserved system tracks

v.category.1grass
v.category(1grass): - Attaches, deletes or reports vector categories to map geometry.
v.category(1grass): v.category attaches, copies, deletes or reports categories of vector geometry objects. Further on, v.category adds a number given by the cat option to categories of the selected layer.

xmlsec1.1
xmlsec1(1): - sign, verify, encrypt and decrypt XML documents
xmlsec1(1): xmlsec is a command line tool for signing, verifying, encrypting and decrypting XML documents. The allowed <command> values are: --help display this help information and exit --help-all display help information for all

imenu.3tcl
imenu(3tcl): - Terminal widget, menu (Ubuntu Linux)
imenu(3tcl): This package provides a class for the creation of a simple menu control. CLASS API The package exports a single command, the class command, enabling the creation of menu instances. Its API is: term::interact::menu object dict ?options...

tst.3
tst(3): - ternary search trie functions (Ubuntu Linux)
tst(3): tst_init allocates memory for members of struct tst, and allocates the first node_line_width nodes. A NULL pointer is returned by tst_init if any part of the memory allocation fails. On success, a pointer to a struct tst is returned.

juke.1
juke(1): - A full screen jukebox (Ubuntu Linux Manual)
juke(1): This manual page documents briefly the juke program. Juke is a program that take directories as its arguments and will give the user the possibily of choosing audio files and queue them for playback.

exmenen.1
exmenen(1): - enable or disable extra menus for GNOME, KDE and other XDG menu-spec
exmenen(1): This manual page documents briefly the exmenen and exmendis commands. exmenen is a script that enables the specified extra applications menu on either a system, or per-user basis.

pkcs15-tool.1
pkcs15-tool(1): - utility for manipulating PKCS #15 data structures on smart cards
pkcs15-tool(1): The pkcs15-tool utility is used to manipulate the PKCS #15 data structures on smart cards and similar security tokens. Users can list and read PINs, keys and certificates stored on the token.

dawg.1
dawg(1): - DNA assembly with gaps, a DNA sequence simulator
dawg(1): dawg 1.2-release DNA Assembly With Gaps Copyright 2004-2009 Reed A. Cartwright dawg -[scubvhqew?] [-o outputfile] file1 [file2...] -s: process files serially [default] -c: process files combined together -u: unbuffered output -b: buffered

sieve-filter.1
sieve-filter(1): - Pigeonhole's Sieve mailbox filter tool WARNING: This tool is
sieve-filter(1): The sieve-filter command is part of the Pigeonhole Project (pigeonhole(7)), which adds Sieve (RFC 5228) support to the Dovecot secure IMAP and POP3 server (dovecot(1)).

prepare.7
prepare(7): - prepare a statement for execution (Ubuntu)
prepare(7): PREPARE creates a prepared statement. A prepared statement is a server-side object that can be used to optimize performance. When the PREPARE statement is executed, the specified statement is parsed, analyzed, and rewritten.

makeswf.1
makeswf(1): - actionscript compiler - (Ubuntu Linux)
makeswf(1): makeswf is a command line interface to the Ming library actionscript compiler, with support for embedding prebuilt content. frame_content can be either: an ActionScript source file, a bitmap file (png or jpg), or an SWF file.

asdfg.1
asdfg(1): - a lightweight visual editor optimized for the QWERTY keyboard
asdfg(1): asdfg is an interactive display text editor optimized for users of the QWERTY keyboard layout. When run with no file name arguments, asdfg displays a short command introduction and summary.

qconf.1
qconf(1): - Grid Engine Queue Configuration (Ubuntu)
qconf(1): Qconf allows the system administrator to add, delete, and modify the current Grid Engine configuration, including queue management, host management, complex management and user management.

fpars.1e
fpars(1e): - Discrete character parsimony - (Ubuntu)
fpars(1e): fpars is a command line program from EMBOSS ("the European Molecular Biology Open Software Suite"). It is part of the "Phylogeny:Discrete characters" command group(s).

dcmdspfn.1
dcmdspfn(1): - Export standard display curves to a text file
dcmdspfn(1): Command line program converts a DCMTK monitor / camera / printer / scanner characteristics file to tabbed text file describing the characteristic curve (CC), the display function and the post- standardized curve (PSC) for an 8 bit display.

airport2-portinspector.1
airport2-portinspector(1): - Port maps inspector for the Apple AirPort Extreme Base
airport2-portinspector(1): airport2-portinspector allows you to inspect the port maps used by the hosts associated with your base station. airport2-portinspector airport2-portinspector was written by Jon Sevy <jsevy@cs.drexel.edu>.

tei2mod.1
tei2mod(1): - tool to convert TEI P5 source into a SWORD module
tei2mod(1): This utility is used to create SWORD module from a slightly modified TEI (Text Encoding Initiative) P5 formatted XML source document. The resulting module will be saved in the outputpath specified.

lacme.1
lacme(1): - ACME client written with process isolation and minimal privileges in
lacme(1): lacme is a small ACME client written with process isolation and minimal privileges in mind. It is divided into four components, each with its own executable: 1. A lacme-accountd(1) process to manage the account key and issue SHA-256

glob.h.7posix
glob.h(7posix): glob.h --- pathname pattern-matching types
glob.h(7posix): The <glob.h> header shall define the structures and symbolic constants used by the glob() function. The <glob.h> header shall define the glob_t structure type, which shall include at least the following members: size_t gl_pathc

metaphlan2.1
metaphlan2(1): - METAgenomic PHyLogenetic ANalysis for metagenomic taxonomic
metaphlan2(1): MetaPhlAn 2 clade-abundance estimation The basic usage of MetaPhlAn 2 consists in the identification of the clades (from phyla to species and strains in particular cases) present in the metagenome obtained from a microbiome sample and their

blogofile.1
blogofile(1): - Static website compiler and blog engine
blogofile(1): usage: blogofile [-h] [-s DIR] [--version] [-v] [-vv] {info,init,serve,help,build} ... positional arguments: {info,init,serve,help,build} help Show help for a command. build Build the site from source.

freebcp.1
freebcp(1): - bulk loading utility for Sybase and Microsoft databases
freebcp(1): freebcp is a utility program distributed with FreeTDS. freebcp replicates (in part at least) the functionality of the "bcp" utility programs distributed by Sybase and Microsoft. freebcp makes use of the db-lib bcp API provided by FreeTDS.

x42-fil4.1
x42-fil4(1): - x42 JACK Parametric Equalizer (Ubuntu)
x42-fil4(1): x42-fil4 - JACK Parametric EQ This is a standalone JACK application of a collection of LV2 plugins. Use ID -1, -l or --list for a dedicated list of included plugins. By default the first listed plugin (ID 0) is used.

No comments:

Post a Comment