string-join0.1 (fish-3.5.0.tar.xz) | : | string-join0.1 (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
# Give a list of NUL-separated filenames to du (this is a GNU extensio n) | # Give a list of NUL-separated filenames to du (this is a GNU extensio n) | |||
>_ string join0 file1 file2 file\nwith\nmultiple\nlines | du --files0- from=- | >_ string join0 file1 file2 file\nwith\nmultiple\nlines | du --files0- from=- | |||
# Just put the strings together without a separator | # Just put the strings together without a separator | |||
>_ string join '' a b c | >_ string join '' a b c | |||
abc | abc | |||
COPYRIGHT | COPYRIGHT | |||
2022, fish-shell developers | 2022, fish-shell developers | |||
3.5 Jun 16, 2022 STRING-JOIN0(1) | 3.5 Jul 20, 2022 STRING-JOIN0(1) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |