Expand bash dictionary (#2293) by dkrikun

This commit is contained in:
Daniel Krikun 2022-01-14 00:02:36 +02:00 committed by GitHub
parent 69a0509a66
commit b07639ce72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,16 +130,13 @@
"pushd",
"print",
"printf",
"pwd",
"read",
"readarray",
"readonly",
"return",
"select",
"set",
"shopt",
"chsh",
"time",
"trap",
"type",
"ulimit",
@ -230,6 +227,102 @@
"mkinitcpio",
"pacmd",
"free",
"node"
"node",
"cat",
"tar",
"cp",
"dd",
"df",
"du",
"chmod",
"chown",
"chgrp",
"install",
"mkdir",
"mkfifo",
"mktemp",
"mknod",
"mv",
"ls",
"ln",
"rm",
"cut",
"grep",
"sed",
"awk",
"perl",
"comm",
"diff",
"patch",
"sort",
"tr",
"echo",
"env",
"cd",
"pwd",
"readlink",
"which",
"sh",
"bash",
"stat",
"unlink",
"uname",
"whoami",
"hostname",
"ifconfig",
"uptime",
"test",
"wc",
"basename",
"date",
"paste",
"join",
"find",
"uniq",
"yes",
"mount",
"fdisk",
"more",
"less",
"man",
"kill",
"dmesg",
"lsblk",
"lscpu",
"lsusb",
"eject",
"findmnt",
"umount",
"su",
"sudo",
"rfkill",
"poweroff",
"xxd",
"vi",
"touch",
"addgroup",
"adduser",
"blkid",
"chattr",
"chpasswd",
"expr",
"nice",
"modprobe",
"printf",
"printenv",
"realpath",
"seq",
"unzip",
"true",
"false",
"sysctl",
"egrep",
"pgrep",
"killall",
"head",
"tail",
"git",
"svn",
"zip"
]
}