No Description

Alberto Corona 39443488c5 cp: fix infinite recursive copy 9 years ago
cat 661912a036 most: add extensive version info, to_rel moved 9 years ago
cp 39443488c5 cp: fix infinite recursive copy 9 years ago
lib 661912a036 most: add extensive version info, to_rel moved 9 years ago
ln 661912a036 most: add extensive version info, to_rel moved 9 years ago
ls 661912a036 most: add extensive version info, to_rel moved 9 years ago
mkdir 661912a036 most: add extensive version info, to_rel moved 9 years ago
mv 661912a036 most: add extensive version info, to_rel moved 9 years ago
pwd e1e17db193 remove sources from src 9 years ago
.gitignore 429f3187fc remove individual Cargo files 9 years ago
.travis.yml 92a25b07fa travis: commit travis yaml 9 years ago
CONTRIBUTING.md 4227330863 README,CONTRIB: add CI badge, update style desc 9 years ago
COPYING 91bd689676 add license 9 years ago
Cargo.lock 2a6b97e747 getopts: common, frequently used functions 9 years ago
Cargo.toml 1ce26ddc07 lib: rename `common` to `util` 9 years ago
LICENSE 91bd689676 add license 9 years ago
README.md 972ccfacdb README: add crates.io badge 9 years ago

README.md

core-utils

Build Status

A reimplementation of the GNU coreutils in the Rust programming language

Contributing

If contributing please see CONTRIBUTING.md

Implementations Started

cp
mkdir
cat 	
ln 	
pwd 	
mv
ls

Not Yet Implemented

chgrp 	
chown 	
chmod 	
dd 	
df 	
dir 	
dircolors 	
install 	
mkfifo 	
mknod 	
mktemp 	
realpath
rm 	
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 	
nproc 	
pathchk 	
pinky 	
printenv 	
printf 	
readlink 	
runcon 	
seq 	
sleep 	
stat 	
stdbuf 	
stty 	
tee 	
test 	
timeout 	
true 	
tty 	
uname 	
unlink 	
uptime 	
users 	
who 	
whoami 	
yes