busybox-w32
busybox-w32 copied to clipboard
WIN32 native port of BusyBox.
In some quick tests, after properly extracting a bunch of files, while also having a few permission denied errors (e.g. creating symlinks), `tar x` seems to stop prematurely, skipping some...
As pointed out in https://github.com/rmyorston/busybox-w32/commit/67a630e5af1ace1dd528ea9652ee69102b3136c3#r80495688 and https://github.com/rmyorston/busybox-w32/commit/67a630e5af1ace1dd528ea9652ee69102b3136c3#r80495725, the `make` code came into the code base without the code review that would have been appropriate.
I am unable to compile busybox on Windows 7 using LLVM-mingw and GNU Make
* When I set Window's HOME env variable to C:\User\user\home5 and execute "busybox bash -l", the current directory goes to C:/Users/user. * When I execute "cd" just after "busybox bash...
It's a far stretch - but including gMake would make development on windows machines fairly powerful. I think it could be leveraged with Eclipse and NetBeans CND plugin - as...
Hi, I get: ``` Connecting to ... ssl_client: TLS error from peer (alert code 80): 80 wget: error getting response: Result too large ``` or ``` Connecting to ... ssl_client:...
I have read othe issues about junctions _but_ du did not warn before C:\pt\scoop\apps>bb | bb head BusyBox v1.36.0-FRP-4716-g31467ddfc (2022-06-09 19:36:25 BST) (mingw64-gcc 11.2.1-5.fc36; mingw64-crt 9.0.0-3.fc36; glob) BusyBox is copyrighted...
When I use the grep command in busybox in powershell or cmd to process the piped input data, If the string to be matched contains an asterisk, grep will expand...
Cookies is a presetted Windows junction. See this example: ~ $ cd Cookies ~/AppData/Local/Microsoft/Windows/INetCookies $ cd .. ~ $ `..` no longer point to upper folder.
1) Symlinks do works but require admin rights (nothing can be done for this). 2) Hardlinks of files do work, hardlinks of folders aren't allowed. On Live busybox it return:...