From 4d7a1787ecf723fa0c7cab9a6b9f9a9c19df112d Mon Sep 17 00:00:00 2001 From: Ev Bogdanov Date: Fri, 8 Sep 2017 02:00:48 +0300 Subject: [PATCH] Save nobs from Plan9 --- README.md | 1 + bin/nobs | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 bin/nobs 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' "$@"