Save nobs from Plan9

This commit is contained in:
Ev Bogdanov 2017-09-08 02:00:48 +03:00
parent b036979337
commit 4d7a1787ec
2 changed files with 4 additions and 0 deletions

View file

@ -77,6 +77,7 @@ Who is who in **bin** directory:
- `hd SYMBOL` draw a pretty heading - `hd SYMBOL` draw a pretty heading
- `i`/`ui` indent/unindent selection - `i`/`ui` indent/unindent selection
- `lstrip` remove leading whitespace - `lstrip` remove leading whitespace
- `nobs` from Plan9
- `search` search with The Silver Searcher - `search` search with The Silver Searcher
- `t2s N_SPACES`/`s2t N_SPACES` tabs <=> spaces - `t2s N_SPACES`/`s2t N_SPACES` tabs <=> spaces
- `upper`/`lower` convert selection to uppercase/lowercase - `upper`/`lower` convert selection to uppercase/lowercase

3
bin/nobs Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
sed 's/.//g' "$@"