Update shell_and_utilities docs for T.
Change-Id: I5a1aedebe558ad8deafb13933df437b6bb9eb2f2
This commit is contained in:
parent
1821237a1e
commit
fe3af716e4
1 changed files with 35 additions and 2 deletions
|
@ -34,7 +34,40 @@ commands than there are symlinks for in `/system/bin`. You can get the
|
|||
full list for a release by running `toybox` directly.
|
||||
|
||||
|
||||
## Android ("S")
|
||||
## Android 13 ("T")
|
||||
|
||||
BSD: fsck\_msdos newfs\_msdos
|
||||
|
||||
bzip2: bzcat bzip2 bunzip2
|
||||
|
||||
gavinhoward/bc: bc
|
||||
|
||||
one-true-awk: awk
|
||||
|
||||
toolbox: getevent getprop setprop start stop
|
||||
|
||||
toybox (0.8.6-ish): [ acpi base64 basename blkdiscard blkid blockdev cal cat chattr chcon
|
||||
chgrp chmod chown chroot chrt cksum clear cmp comm cp cpio cut date
|
||||
dd devmem df diff dirname dmesg dos2unix du echo egrep env expand
|
||||
expr fallocate false fgrep file find flock fmt free freeramdisk fsfreeze
|
||||
fsync getconf getenforce getfattr getopt grep groups gunzip gzip head
|
||||
help hostname hwclock i2cdetect i2cdump i2cget i2cset iconv id ifconfig
|
||||
inotifyd insmod install ionice iorenice iotop kill killall ln load\_policy
|
||||
log logname losetup ls lsattr lsmod lsof lspci lsusb makedevs md5sum
|
||||
microcom mkdir mkfifo mknod mkswap mktemp modinfo modprobe more mount
|
||||
mountpoint mv nbd-client nc netcat netstat nice nl nohup nproc nsenter
|
||||
od partprobe paste patch pgrep pidof ping ping6 pivot\_root pkill pmap
|
||||
printenv printf prlimit ps pwd pwdx readelf readlink realpath renice
|
||||
restorecon rev rfkill rm rmdir rmmod rtcwake runcon sed sendevent
|
||||
seq setenforce setfattr setsid sha1sum sha224sum sha256sum sha384sum
|
||||
sha512sum sleep sort split stat strings stty swapoff swapon sync sysctl
|
||||
tac tail tar taskset tee test time timeout top touch tr traceroute
|
||||
traceroute6 true truncate tty tunctl **uclampset** ulimit umount uname
|
||||
uniq unix2dos unlink unshare uptime usleep uudecode uuencode uuidgen
|
||||
vconfig vi vmstat watch wc which whoami xargs xxd yes zcat
|
||||
|
||||
|
||||
## Android 12 ("S")
|
||||
|
||||
BSD: fsck\_msdos newfs\_msdos
|
||||
|
||||
|
@ -277,4 +310,4 @@ toolbox: chmod chown cmp date df dmesg getevent getprop hd id ifconfig
|
|||
iftop insmod ioctl ionice kill ln log ls lsmod lsof mkdir mount mv
|
||||
nandread netstat notify printenv ps reboot renice rm rmdir rmmod route
|
||||
schedtop sendevent setconsole setprop sleep smd start stop sync top
|
||||
umount uptime vmstat watchprops wipe
|
||||
umount uptime vmstat watchprops wipe
|
||||
|
|
Loading…
Reference in a new issue