mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Merge pull request #1685 from miketrumpis/exclude-conda-coreutils
exclude bin files from coreutils
This commit is contained in:
commit
1ec3c6f177
1 changed files with 108 additions and 0 deletions
|
@ -82,3 +82,111 @@ xzgrep
|
||||||
xzless
|
xzless
|
||||||
xzmore
|
xzmore
|
||||||
reset
|
reset
|
||||||
|
# --- start exclusions from coreutils
|
||||||
|
[
|
||||||
|
b2sum
|
||||||
|
base32
|
||||||
|
base64
|
||||||
|
basename
|
||||||
|
basenc
|
||||||
|
cat
|
||||||
|
chcon
|
||||||
|
chgrp
|
||||||
|
chmod
|
||||||
|
chown
|
||||||
|
chroot
|
||||||
|
cksum
|
||||||
|
comm
|
||||||
|
cp
|
||||||
|
csplit
|
||||||
|
cut
|
||||||
|
date
|
||||||
|
dd
|
||||||
|
df
|
||||||
|
dir
|
||||||
|
dircolors
|
||||||
|
dirname
|
||||||
|
du
|
||||||
|
echo
|
||||||
|
env
|
||||||
|
expand
|
||||||
|
expr
|
||||||
|
factor
|
||||||
|
false
|
||||||
|
fmt
|
||||||
|
fold
|
||||||
|
groups
|
||||||
|
head
|
||||||
|
hostid
|
||||||
|
id
|
||||||
|
install
|
||||||
|
join
|
||||||
|
kill
|
||||||
|
link
|
||||||
|
ln
|
||||||
|
logname
|
||||||
|
ls
|
||||||
|
md5sum
|
||||||
|
mkdir
|
||||||
|
mkfifo
|
||||||
|
mknod
|
||||||
|
mktemp
|
||||||
|
mv
|
||||||
|
nice
|
||||||
|
nl
|
||||||
|
nohup
|
||||||
|
nproc
|
||||||
|
numfmt
|
||||||
|
od
|
||||||
|
paste
|
||||||
|
pathchk
|
||||||
|
pinky
|
||||||
|
pr
|
||||||
|
printenv
|
||||||
|
printf
|
||||||
|
ptx
|
||||||
|
pwd
|
||||||
|
readlink
|
||||||
|
realpath
|
||||||
|
rm
|
||||||
|
rmdir
|
||||||
|
runcon
|
||||||
|
seq
|
||||||
|
sha1sum
|
||||||
|
sha224sum
|
||||||
|
sha256sum
|
||||||
|
sha384sum
|
||||||
|
sha512sum
|
||||||
|
shred
|
||||||
|
shuf
|
||||||
|
sleep
|
||||||
|
sort
|
||||||
|
split
|
||||||
|
stat
|
||||||
|
stdbuf
|
||||||
|
stty
|
||||||
|
sum
|
||||||
|
sync
|
||||||
|
tac
|
||||||
|
tail
|
||||||
|
tee
|
||||||
|
test
|
||||||
|
timeout
|
||||||
|
touch
|
||||||
|
tr
|
||||||
|
true
|
||||||
|
truncate
|
||||||
|
tsort
|
||||||
|
tty
|
||||||
|
uname
|
||||||
|
unexpand
|
||||||
|
uniq
|
||||||
|
unlink
|
||||||
|
uptime
|
||||||
|
users
|
||||||
|
vdir
|
||||||
|
wc
|
||||||
|
who
|
||||||
|
whoami
|
||||||
|
yes
|
||||||
|
# --- end exclusions from coreutils
|
Loading…
Reference in a new issue