Save nobs from Plan9
This commit is contained in:
parent
b036979337
commit
4d7a1787ec
2 changed files with 4 additions and 0 deletions
|
|
@ -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
3
bin/nobs
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
sed 's/.//g' "$@"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue