1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

describe sv

This commit is contained in:
Connor Olding 2017-02-09 22:59:53 -08:00
parent 6bcab8ef95
commit 4ae70262fd

View file

@ -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)