Thanks, I'll check it out.

On Tue, Jan 14, 2025 at 8:29 PM Rob Landley <r...@landley.net> wrote:

> On 1/14/25 06:25, Pádraig Brady wrote:
> > --convert-underscores etc. is too specific. Would you also have --
> > convert-hyphens.
>  >
> > As it stands you have the wealth of conversion utilities available in the
> > existing unix toolset, which can be applied with quoting etc.
>
> $ x() { "$1" "${2//_/ }"; }
> $ x mkdir one_two_three
>
> Rob
>

Reply via email to