Drop nobs+ script (I already have nobs script from Plan9)

This commit is contained in:
Ev Bogdanov 2017-08-16 19:17:59 +03:00
parent f73cf241cf
commit c556b9d1ee
2 changed files with 0 additions and 4 deletions

View file

@ -89,7 +89,6 @@ Who is who in **bin** directory:
- `h+ SYMBOL` draw a pretty heading - `h+ SYMBOL` draw a pretty heading
- `hg+ MESSAGE` hg: commit and push to master - `hg+ MESSAGE` hg: commit and push to master
- `lower` convert selection to lowercase - `lower` convert selection to lowercase
- `nobs+` taken from plan9 `nobs` (it removes all backspace characters and the characters that precede them)
- `s-` remove leading whitespace - `s-` remove leading whitespace
- `s2t N_SPACES` spaces to tabs (default: 4 spaces to 1 tab) - `s2t N_SPACES` spaces to tabs (default: 4 spaces to 1 tab)
- `t2s N_SPACES` tabs to spaces (default: 1 tab to 4 spaces) - `t2s N_SPACES` tabs to spaces (default: 1 tab to 4 spaces)

View file

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