-
# CoreUtils in Go
## Description
Goal is to reimplement several core Unix utilities. giving exposure to Go basics, including file I/O, flag parsing, string manipulation, and more.
## Requirem…
-
GNU Coreutils likes to close stdout/stderr in an atexit handler. This has the annoying side effect that if anything goes wrong during execution, the exception info is not printed to the screen.
The…
-
yes it is to bad the 7c Qualcom arm64 is not supported by debootstrap with crouton it seems
tail: cannot open '/tmp/crouton.Jwe/xenial-arm64/debootstrap/debootstrap.log' for reading: No such file or d…
-
postmarketOS is a very active Mobile Linux
https://en.wikipedia.org/wiki/PostmarketOS
-
While the test_suite presented in #589 does work, it is still pretty simple and can be improved and enhanced.
- [ ] Add tests for gnutils and coreutils.
- [ ] Add necessary utilities so more compl…
-
I think this is caused by makepkg pre-packaging renames.
Problem:
```
$ stdbuf.exe -oL -eL -i0 sh
0 [main] sh 9992 C:\msys64\usr\bin\sh.exe: *** fatal error - error while loading shared librar…
-
There are commands (as well as their pam files and man pages) that conflict with either coreutils or util-linux.
Right now, linux distros either remove them by hand after building, or patch the makef…
-
Hi Eric! I am developing a shell package - see https://github.com/mvdan/sh.
One of its components is an interpreter. That means I have to implement the shell builtins like `echo` and `cd`. One of t…
mvdan updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
I've been looking for a reasonably complete implementation of coreutils in Go for some years. The context is https://github.com/mv…
-
- [x] `-d`, `--silent`
- [ ] `-f`, `--logical`
- [ ] `-l`, `--no-pause`
- [x] `-c`, `--print-over`
- [x] `-p`, `--clean-print`
- [x] `-s`, `--squeeze`
- [x] `-u`, `--plain`
- [x] `-n`, `--lines…