coreutils/src/uu
Terts Diepraam f104f8868c
Merge pull request #2356 from syukronrm/du-x
du: add `--one-file-system`
2021-06-11 13:51:28 +02:00
..
arch use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
base32 Remove trivially unnessessary unwrap() from base32/64 2021-06-10 13:11:36 +09:00
base64 Remove trivially unnessessary unwrap() from base32/64 2021-06-10 13:11:36 +09:00
basename refactor/basename ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:22 -05:00
cat cat/cut/tty/nohup: replace is_std{in, out, err}_interactive with atty 2021-06-09 17:12:03 +02:00
chgrp change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
chmod move cmode rather than mut 2021-06-10 13:11:36 +09:00
chown refactor/chown ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:22 -05:00
chroot chroot: refactor undocumented features (#2365) 2021-06-10 21:46:17 +02:00
cksum use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
comm use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
cp fix/cp ~ correct cargo clippy complaint exception (*allow* clippy::unnecessary_wraps) 2021-06-06 19:28:25 -05:00
csplit refactor/csplit ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:22 -05:00
cut cat/cut/tty/nohup: replace is_std{in, out, err}_interactive with atty 2021-06-09 17:12:03 +02:00
date use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
df use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
dircolors dircolors: Address code review comments 2021-06-03 20:49:25 -05:00
dirname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
du du: add --one-file-system 2021-06-11 16:18:57 +07:00
echo refactor/echo ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
env refactor/env ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
expand refactor/expand ~ fix cargo clippy complaint (clippy::manual_str_repeat) 2021-06-06 19:28:23 -05:00
expr Remove trivially unnessessary unwrap() from expr 2021-06-10 13:11:36 +09:00
factor use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
false change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
fmt use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
fold clean up fold, hashsum, kill 2021-06-10 13:11:36 +09:00
groups Add "process" dependency to groups/Cargo.toml 2021-06-10 01:07:01 +09:00
hashsum clean up fold, hashsum, kill 2021-06-10 13:11:36 +09:00
head use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
hostid change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
hostname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
id uucore: fix order of group IDs returned from entries::get_groups() 2021-06-08 18:39:05 +02:00
install refactor/install ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
join refactor/join ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
kill clean up fold, hashsum, kill 2021-06-10 13:11:36 +09:00
link use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
ln Merge pull request #2370 from tertsdiepraam/ln/update-arg-handling 2021-06-10 21:39:43 +02:00
logname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
ls refactor/ls ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
mkdir refactor/mkdir ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
mkfifo refactor/mkfifo ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
mknod use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
mktemp refactor/mktemp ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
more Merge pull request #2376 from deantvv/more-option-d 2021-06-11 13:49:13 +02:00
mv refactor/mv ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
nice use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
nl clean up fold, hashsum, kill, nl, printf, truncate 2021-06-10 18:39:48 +09:00
nohup use the same spec for atty everywhere 2021-06-09 17:15:42 +02:00
nproc use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
numfmt refactor/numfmt ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
od use ? operator for od 2021-06-10 18:39:48 +09:00
paste use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
pathchk bytes operation for pathchk 2021-06-10 18:30:45 +09:00
pinky refactor/pinky ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
pr Remove trivially unnessessary unwrap() pr 2021-06-10 18:39:48 +09:00
printenv use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
printf clean up fold, hashsum, kill, nl, printf, truncate 2021-06-10 18:39:48 +09:00
ptx refactor/ptx ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
pwd use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
readlink use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
realpath use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
relpath use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
rm refactor ~ polish spelling + add spelling exceptions 2021-06-06 19:28:22 -05:00
rmdir refactor/rmdir ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
seq use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
shred prevent utf8 iteration for ascii str from shred (#2389) 2021-06-10 21:29:56 +02:00
shuf use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
sleep use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
sort refactor/sort ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
split refactor/split ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
stat refactor/stat ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
stdbuf refactor/stdbuf ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
sum use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
sync use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tac use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tail Remove unnessassary chars() and unwrap_or() from tail 2021-06-10 18:06:40 +09:00
tee use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
test refactor/test ~ polish spelling (comments, names, and exceptions) 2021-05-31 08:23:57 -05:00
timeout remove a legacy declaration to getopt 2021-06-09 22:58:50 +02:00
touch Merge pull request #2334 from sylvestre/crate_version 2021-06-03 10:56:57 +02:00
tr tr parse_sequence reuses chars iterator 2021-06-10 19:16:55 +09:00
true change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
truncate clean up fold, hashsum, kill, nl, printf, truncate 2021-06-10 18:39:48 +09:00
tsort use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tty cat/cut/tty/nohup: replace is_std{in, out, err}_interactive with atty 2021-06-09 17:12:03 +02:00
uname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
unexpand use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
uniq use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
unlink use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
uptime use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
users use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
wc refactor/wc ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
who who: cleanup argument handling 2021-06-09 14:34:37 +02:00
whoami whoami: remove advapi32-sys dependency 2021-06-09 22:10:28 +02:00
yes change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00