|
sort(1) -- sort or merge text files
|
The sort utility sorts text files by lines. Comparisons are based on one or more sort keys extracted from each line of input, and are performed lexicographically. By default, if keys are not given, so... |
source(1) -- a shell (command interpreter) with C-like syntax
|
csh is a command language interpreter incorporating a history mechanism (see History substitutions), job control facilities (see Jobs), interactive file name and user name completion (see File name co... |
spell(1) -- find spelling errors
|
spell collects words from the named documents and looks them up in a spelling list. Words that neither occur among nor are derivable (by applying certain inflections, prefixes or suffixes) from words ... |
splain(1) -- produce verbose warning diagnostics
|
The "diagnostics" Pragma This module extends the terse diagnostics normally emitted by both the perl compiler and the perl interpreter, augmenting them with the more explicative and endearing descri... |
split(1) -- split a file into pieces
|
The split utility reads the given file (or standard input if no file is specified) and breaks it up into files of 1000 lines each. The options are as follows: -b Create smaller files byte_count bytes ... |
ssh(1) -- OpenSSH SSH client (remote login program)
|
ssh (SSH client) is a program for logging into a remote machine and for executing commands on a remote machine. It is intended to replace rlogin and rsh, and provide secure encrypted communications be... |
ssh-add(1) -- adds RSA or DSA identities to the authentication agent
|
ssh-add adds RSA or DSA identities to the authentication agent, ssh-agent(1). When run without arguments, it adds the files $HOME/.ssh/id_rsa, $HOME/.ssh/id_dsa and $HOME/.ssh/identity. Alternative fi... |
ssh-agent(1) -- authentication agent
|
ssh-agent is a program to hold private keys used for public key authentication (RSA, DSA). The idea is that ssh-agent is started in the beginning of an X-session or a login session, and all other wind... |
ssh-keygen(1) -- authentication key generation, management and conversion
|
ssh-keygen generates, manages and converts authentication keys for ssh(1). ssh-keygen can create RSA keys for use by SSH protocol version 1 and RSA or DSA keys for use by SSH protocol version 2. The t... |
ssh-keyscan(1) -- gather ssh public keys
|
ssh-keyscan is a utility for gathering the public ssh host keys of a number of hosts. It was designed to aid in building and verifying ssh_known_hosts files. ssh-keyscan provides a minimal interface s... |
stop(1) -- a shell (command interpreter) with C-like syntax
|
csh is a command language interpreter incorporating a history mechanism (see History substitutions), job control facilities (see Jobs), interactive file name and user name completion (see File name co... |
strings(1) -- print the strings of printable characters in files
|
For each file given, GNU strings prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are followed by an unprintable character.... |
strip(1) -- Discard symbols from object files.
|
GNU strip discards all symbols from the object files objfile. The list of object files may include archives. At least one object file must be given. strip modifies the files named in its argument, rat... |