#utilities #core #gnu #rm

nightly app core-utils

A reimplementation of the GNU core utils in the Rust programming language

3 releases

Uses old Rust 2015

0.1.2 Aug 17, 2015
0.1.1 Jun 5, 2015
0.1.0 Apr 22, 2015

#1196 in Development tools

GPL-3.0 license

56KB
1.5K SLoC

core-utils

Build Status build status

A reimplementation of the GNU coreutils in the Rust programming language

Building

This project requires the nightly version of rustc. To build run cargo build --release, this puts built binaries into target/release

Contributing

If contributing please see CONTRIBUTING.md

Implementations Started

cp
mkdir
cat 	
ln 	
pwd 	
mv
ls
rm
nproc

Not Yet Implemented

chgrp 	
chown 	
chmod 	
dd 	
df 	
dir 	
dircolors 	
install 	
mkfifo 	
mknod 	
mktemp 	
realpath
rmdir 	
shred 	
sync 	
touch 	
truncate
vdir 	
base64 	
cksum 	
comm 	
csplit 	
cut 	
expand 	
fmt 	
fold 	
head 	
join 	
md5sum 	
nl 	
numfmt 	
od 	
paste 	
ptx 	
pr 	
sha1sum
sha224sum
sha256sum
sha384sum
sha512sum 	
shuf 	
sort 	
split 	
sum 	
tac 	
tail 	
tr 	
tsort 	
unexpand
uniq 	
wc 	
arch 	
basename 	
chroot 	
date 	
dirname 	
du 	
echo 	
env 	
expr 	
factor 	
false 	
groups 	
hostid 	
id 	
link 	
logname 	
nice 	
nohup 	
pathchk 	
pinky 	
printenv 	
printf 	
readlink 	
runcon 	
seq 	
sleep 	
stat 	
stdbuf 	
stty 	
tee 	
test 	
timeout 	
true 	
tty 	
uname 	
unlink 	
uptime 	
users 	
who 	
whoami 	
yes

Dependencies

~390KB