Strip path seperator at the end of result #1187
-
With https://github.com/sharkdp/fd/releases/tag/v8.4.0 there was a change that directories have a trailing slash now. This broke something in my setup and now I am looking for a trivial way to revert to the old behavior. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Running the output through sed seems pretty trivial to me. |
Beta Was this translation helpful? Give feedback.
-
FWIW, if #1043 was merged, then you could probably just use p.s. I think that you are actually using GNU parallel, not moreutils parallel. the moreutils parallel doesn't have a |
Beta Was this translation helpful? Give feedback.
Running the output through sed seems pretty trivial to me.