-
The following hash functions are pacakged in coreuitls:
`sha1sum` `sha224sum` `sha256sum` `sha384sum` `sha512sum` `shasum`
in addition there is the older
`md5sum`
They all follow the same struct…
-
As most of the single process tests suites are able to run, we can now start working on compiling and running coreutils. This issue serves as a progress tracker for coreutils. Below is the current sta…
-
This is a tracking issue for commands that we should implement as builtins in the Bun shell. Some of these are taken from [GNU coreutils](https://en.wikipedia.org/wiki/List_of_GNU_Core_Utilities_comma…
-
```
coreutils 的如下指令没有对应的中文 manpage:
base64 chcon csplit dir expr factor join link nl od pathchk pinky pr
printenv ptx readlink runcon seq sha1sum sha224sum sha256sum sha384sum
sha512sum shred shuf te…
-
On Mac Sonoma 14.4.1 (M2 chip)
```
make
compiling md5sum...
compiling cat...
compiling shuf...
compiling expand...
compiling tty...
compiling basename...
compiling truncate...
compiling ec…
-
I see that `toybox 0.8.4-android` as distributed by Google on Android 12 (on Pixel devices) has an `md5sum` that can operate on **directories** as arguments. It returns no error in doing so and the h…
-
## Describe the bug
When adding packages in the `contents` attribute of `buildLayeredImage`, the entire `/bin` directory gets overwritten, effectively breaking the starting image if there is one.
…
-
**Euler-核心工具命令**
```
[Euler@Euler ~]$ rpm -ql coreutils
/usr/bin/[
/usr/bin/arch
/usr/bin/b2sum
/usr/bin/base32
/usr/bin/base64
/usr/bin/basename
/usr/bin/basenc
/usr/bin/cat
/usr/bin/chcon…
mikuQ updated
3 months ago
-
Obviously, MD5 is a bad choice as the probability of a random "birthday" collision is significant around [820 billion documents](http://en.wikipedia.org/wiki/Birthday_attack#The_mathematics).
That's …
-
Hi, thanks for the work on uutils/coreutils! I'm experimenting with using them as the base for a Gentoo system, and found the `make` based installer doesn't include all the binaries.
In particular,…