coreutils
coreutils copied to clipboard
Cross-platform Rust rewrite of the GNU coreutils
Similar to how gnu coreutils works with inf
I'm still working on getting a sense of all of the dependencies in this package to see where some opportunities arise in reducing the dependency set and I came across...
Use case is that two files are piped into comm, i.e. in bash ``` comm
Three of the GNU tests are currently skipped because it requires begin run on a environment that has smack support. As we look to get 100% GNU test coverage, the...
`timeout .1 strace -e inotify_add_watch -o /tmp/strace.out tail -f /dev/null` should output strace.out with the string to pass inotify-only-regular.sh of master branch
ls hangs for 90 seconds per each disconnected automount. gnuls is not similarly blocked. ``` > time gnuls -al /media/myname/ total 8 drwxr-x---+ 4 root root 4096 Nov 7 12:16...
I was looking into the different dependency chains more specifically in the stty package but also in the shared libraries and it was interesting to me how we have rustix...
Catches panics from `cfgetospeed()` on glibc 2.42. Removes `.expect()` and `.unwrap()` calls in termios handling. Suppresses panic messages. stty now gracefully skips speed display instead of crashing. Temporary workaround pending...
### Summary Align tsort with GNU behavior: silently accept -w, reorder successors to produce GNU’s deterministic output, and surface loop errors with the new util: error: … prefix via clap_localization::print_prefixed_error....
I've created two files, filenames encoded in UTF-8, one is called `é` (U+00E9, i.e. 0xC3 0xA9), the other is `█` (U+2588, i.e. 0xE2 0x96 0x88). I'm running `ls --hyperlink`. For...