-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Discussed in #6249
Originally posted by eadmaster April 18, 2024
busybox has a--list
switch to get the list of all supported commands, can the same be added to coreutils?
on windows i use it like this:
FOR /F %%C IN ('call "%~dp0busybox.bat" --list') DO (
IF [%TOOL%]==[%%C] (
call "%~dp0busybox.bat" %*
goto :eof
)
)
jadijadi
Metadata
Metadata
Assignees
Labels
No labels