coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

Cross-platform Rust rewrite of the GNU coreutils

Results 925 coreutils issues
Sort by recently updated
recently updated
newest added
trafficstars

Upgrading packaged on arch using `yay` (to build `google-chrome` as example) may fail due to missing permissions to folder or not being able to find files in there it self....

U - install

`df-output.sh` (from the GNU coreutils test suite) tests, for example, whether `df -i --output` causes a "mutually exclusive options" error and shows a corresponding error message. With uutils df, clap...

U - df

When `ls -l` is used on a windows system you receive: ```pwsh ---------- 1 somebody somegroup 0 May 19 10:04 ls.exe -> 'C:\Users\andre\Programs\Bin\coreutils.exe' ``` In powershell using `Get-ChildItem` (powershell `ls`)...

U - ls

When using "Linux style mounting" for drives in windows instead as a letter drive (`C: D: E:`) mounting ls -l does not understand what to do. This also goes for...

U - ls
wontfix

This is a cool project, thanks for maintaining it! And the coreutils-tracking repository is great insight too. --- I noticed that https://github.com/uutils/coreutils-tracking#binary-size-evolution has a few plots that display sizes in...

Should return: ``` -rw-r--r-- 1 sylvestre sylvestre 0 15 juin 2022 01.ts ``` Currently fails with: ``` touch: Unable to parse date: 2022-05-15 +01 month ``` Used by gnu/tests/ls/abmon-align.sh

U - touch

The uutils executables are a bit larger than their native counterparts. These are the stats on OS X with O3, LTO, and alloc_system: | Name | Native | uutils |...

I - Discussion
U - All

@jfinkels I took the liberty to open a new issue with a summary for all the findings you published in https://github.com/uutils/coreutils/issues/3447 `gnu/tests/dd/skip-seek-past-dev.sh` runs ```bash device=$(df --output=source . | tail -n1)...

U - dd

This is a reminder so that the issue doesn't get forgotten after its implementation got reverted in #3442. ``` $ df | tr " " "_" Filesystem_____1K-blocks______Used_Available_Use%_Mounted_on dev______________4006844_________0___4006844___0%_/dev run______________4014808______1340___4013468___1%_/run /dev/sda8______458091736_131027036_303771928__31%_/...

U - df

Here are some test cases that we would need to satisfy in order to match the behavior of GNU `seq` when given various invalid format string templates: ```rust #[test] fn...

U - seq