Closed asmeurer closed 2 years ago
would you have time to contribute a pr?
Actually what would be more useful to me would be if there were a separate package that used only g-prefixed commands. coreutils replacing common commands like ls
on my Mac with GNU versions tends to break stuff.
@asmeurer how about a separate output (call it gnu-coreutils) where all are prefixed with g? ./configure --prefix=$PREFIX --program-prefix=g
It's useful for coreutils to have g shortcuts, like
gsort
, and so on, so that scripts can ensure that they are using the coreutils versions of a command.