Add clustersh, update docs.

+ clustersh is a command-line utility for interacting with multiple
  servers over SSH. It can run commands or transfer files.
+ The main README was updated to include clustersh, lib, mwc, and sbuf.
+ The fragment README notes the use of the -nl flag now.
This commit is contained in:
Kyle
2015-12-22 20:54:59 -08:00
parent 1535cba7a4
commit 72211b1496
4 changed files with 433 additions and 1 deletions

View File

@@ -2,7 +2,8 @@ fragment
This is a program to print a fragment of a file. It takes a filename,
a starting line (lines are numbered starting at 1) and an optional
end line or offset.
end line or offset. It has one flag, `-nl`, which causes line numbers
not to be printed.
For example, compare the output to `nl -ba fragment.go`: