Skip to content

Commit

Permalink
Add a "How To" on README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemoody committed Sep 25, 2013
1 parent 5e8f64b commit 79b6b74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# String
Strings handler written in Bash.

## Using it

````bash
source path/to/string/source.bash

awk -F : '{print $5}' /etc/passwd |
string_title
````

## Available functions

* [string_lower][]
Expand Down

0 comments on commit 79b6b74

Please sign in to comment.