string-join-in-non-empty
Published at 2024-01-16
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
fish
string
https://fishshell.com/docs/current/cmds/string-join.html
string join -n '/' a b "" d
this gives a/b/d
.
Published at 2024-01-16
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
fish
string
https://fishshell.com/docs/current/cmds/string-join.html
string join -n '/' a b "" d
this gives a/b/d
.