mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
describe sv
This commit is contained in:
parent
6bcab8ef95
commit
4ae70262fd
1 changed files with 8 additions and 1 deletions
|
@ -421,7 +421,14 @@ tmpfs 1%
|
|||
|
||||
### [sv](/sh/sv)
|
||||
|
||||
(zsh) i have no idea?
|
||||
(bash) collects the lastmost value of every key.
|
||||
takes the field separator as an argument.
|
||||
|
||||
```
|
||||
echo "this=that\nthem=those\nthis=cat" | sv =
|
||||
this=cat
|
||||
them=those
|
||||
```
|
||||
|
||||
### [trunc](/sh/trunc)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue