README.md (1533B)
1 Terrible Core Utils - TCU 2 This is a collection of core utilities written by someone that does not know what they are doing. 3 These core utilities are likely to be absolutely terrible, and are not to be used as the primary core utilities of a system. 4 5 Below are a list of completed programs 6 7 - [ ] chcon 8 - [ ] chgrp 9 - [ ] chown 10 - [ ] chmod 11 - [ ] cp 12 - [ ] dd 13 - [ ] df 14 - [ ] dir 15 - [ ] dircolors 16 - [ ] install 17 - [ ] ln 18 - [ ] ls 19 - [ ] mkdir 20 - [ ] mkfifo 21 - [ ] mknod 22 - [ ] mktemp 23 - [ ] mv 24 - [ ] realpath 25 - [ ] rm 26 - [ ] rmdir 27 - [ ] shred 28 - [ ] sync 29 - [ ] touch 30 - [ ] truncate 31 - [ ] vdir 32 - [ ] b2sum 33 - [ ] base32 34 - [ ] base64 35 - [ ] cat 36 - [ ] cksum 37 - [ ] comm 38 - [ ] csplit 39 - [ ] cut 40 - [ ] expand 41 - [ ] fmt 42 - [ ] fold 43 - [x] head 44 - [ ] join 45 - [ ] md5sum 46 - [ ] nl 47 - [ ] numfmt 48 - [ ] od 49 - [ ] paste 50 - [ ] ptx 51 - [ ] pr 52 - [ ] sha1sum 53 - [ ] sha224sum 54 - [ ] sha256sum 55 - [ ] sha384sum 56 - [ ] sha512sum 57 - [ ] shuf 58 - [ ] sort 59 - [ ] split 60 - [ ] sum 61 - [ ] tac 62 - [ ] tail 63 - [ ] tr 64 - [ ] tsort 65 - [ ] unexpand 66 - [ ] uniq 67 - [ ] wc 68 - [ ] arch 69 - [ ] basename 70 - [ ] chroot 71 - [ ] date 72 - [ ] dirname 73 - [ ] du 74 - [x] echo 75 - [ ] env 76 - [ ] expr 77 - [ ] factor 78 - [x] false 79 - [ ] groups 80 - [ ] hostid 81 - [ ] id 82 - [ ] link 83 - [ ] logname 84 - [ ] nice 85 - [ ] nohup 86 - [ ] nproc 87 - [ ] pathchk 88 - [ ] pinky 89 - [ ] printenv 90 - [ ] printf 91 - [ ] pwd 92 - [ ] readlink 93 - [ ] runcon 94 - [ ] seq 95 - [ ] sleep 96 - [ ] stat 97 - [ ] stdbuf 98 - [ ] stty 99 - [ ] tee 100 - [ ] test 101 - [ ] timeout 102 - [x] true 103 - [ ] tty 104 - [ ] uname 105 - [ ] unlink 106 - [ ] uptime 107 - [ ] users 108 - [ ] wc 109 - [ ] who 110 - [ ] whoami 111 - [x] yes 112 - [ ] [