coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

This repository contains programs equivalent to GNU coreutils, written in the V language.

Results 15 coreutils issues
Sort by recently updated
recently updated
newest added

I execute the command `v run build.vsh` in Git Bash on Windows 10. It output the following message. Does anyone know how to fix this error? User@DESKTOP MINGW64 /d/Program Files/v_windows/v/blog/mk/coreutils...

I would like to have a go at it! (Issue #11 for reference)

It's seem kinda unorganized when I see there are all these `claimed module` issues, maybe instead we should create a project where every module is created an can be assigned...

the current implementation of factor is laughably bad; consider using Floyd's cycle-finding algorithm with Brent's algorithms to somehow faciliate optimised Pollard's rho algorithm. It seems to be what `coreutils` do...

Hopefully this is correct/idiomatic V.

Implement the `sum` command, add tests.