diff --git a/README.md b/README.md index 60a1998..2447fc6 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Who is who in **bin** directory: - `hd SYMBOL` draw a pretty heading - `i`/`ui` indent/unindent selection - `lstrip` remove leading whitespace +- `nobs` from Plan9 - `search` search with The Silver Searcher - `t2s N_SPACES`/`s2t N_SPACES` tabs <=> spaces - `upper`/`lower` convert selection to uppercase/lowercase diff --git a/bin/nobs b/bin/nobs new file mode 100755 index 0000000..241a964 --- /dev/null +++ b/bin/nobs @@ -0,0 +1,3 @@ +#!/bin/sh + +sed 's/.//g' "$@"