Skip to content

Commit 2dc1682

Browse files
authored
Merge pull request #25 from bact/fix-typos
README: Fix typos and broken link to INSTALL
2 parents 9cb484f + c23874a commit 2dc1682

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ datatools
44

55
_datatools_ is a rich collection of command line programs targetting
66
data conversion, cleanup and analysis directly from your favorite
7-
POSIX shell. It has proven useful for data collaberations where
7+
POSIX shell. It has proven useful for data collaborations where
88
individual members of a project may prefer different toolsets in their
99
analysis (e.g. Julia, R, Python) but want to work from a common baseline.
1010
It also has been used intensively for internal reporting from various
1111
Caltech Library metadata sources.
1212

13-
The tools fall into three broad categories
13+
The tools fall into three broad categories
1414

1515
- data transformation and conversion
1616
- shell scripting helpers
@@ -39,7 +39,7 @@ intermediate data format.
3939
For the shell
4040
-------------
4141

42-
Various utilities for simplifying work on the command line.
42+
Various utilities for simplifying work on the command line.
4343

4444
+ [findfile](docs/findfile/) - find files based on prefix, suffix or contained string
4545
+ [finddir](docs/finddir/) - find directories based on prefix, suffix or contained string
@@ -53,15 +53,15 @@ Various utilities for simplifying work on the command line.
5353
For strings
5454
-----------
5555

56-
_datatools_ provides the [string](docs/string/) command for working with
57-
text strings (limited to memory available). This is commonly needed when
58-
cleanup data for analysis. The _string_ command was created for when the
59-
old Unix standbys- grep, awk, sed, tr are unwieldly or inconvient.
60-
_string_ provides operations are common in most language like, trimming,
61-
spliting, and transforming letter case. The _string_ command also makes
62-
it easy to join JSON string arrays into single a string using a delimiter
63-
or split a string into a JSON array based on a delimiter. The form of the
64-
command is `string [OPTIONS] [ACTION] [ARCTION_PARAMETERS...]`
56+
_datatools_ provides the [string](docs/string/) command for working with
57+
text strings (limited to memory available). This is commonly needed when
58+
cleanup data for analysis. The _string_ command was created for when the
59+
old Unix standbys- grep, awk, sed, tr are unwieldly or inconvenient.
60+
_string_ provides operations are common in most language like, trimming,
61+
splitting, and transforming letter case. The _string_ command also makes
62+
it easy to join JSON string arrays into single a string using a delimiter
63+
or split a string into a JSON array based on a delimiter. The form of the
64+
command is `string [OPTIONS] [ACTION] [ACTION_PARAMETERS...]`
6565

6666
```shell
6767
string toupper "one two three"
@@ -82,6 +82,5 @@ See [string](docs/string/) for full details
8282
Installation
8383
------------
8484

85-
See [INSTALL.md](install.html) for details for installing pre-compiled
85+
See [INSTALL.md](https://caltechlibrary.github.io/datatools/INSTALL.html) for details for installing pre-compiled
8686
versions of the programs.
87-

0 commit comments

Comments
 (0)