diff --git a/pages/common/bye.md b/pages/common/bye.md new file mode 100644 index 0000000000..1770ac64ab --- /dev/null +++ b/pages/common/bye.md @@ -0,0 +1,7 @@ +# bye + +> This command is an alias of `exit`. + +- View documentation for the original command: + +`tldr exit` diff --git a/pages/common/chdir.md b/pages/common/chdir.md new file mode 100644 index 0000000000..73078aeec4 --- /dev/null +++ b/pages/common/chdir.md @@ -0,0 +1,7 @@ +# chdir + +> This command is an alias of `cd`. + +- View documentation for the original command: + +`tldr cd` diff --git a/pages/common/getln.md b/pages/common/getln.md new file mode 100644 index 0000000000..3d206977db --- /dev/null +++ b/pages/common/getln.md @@ -0,0 +1,7 @@ +# getln + +> This command is an alias of `read -zr`. + +- View documentation for the original command: + +`tldr read` diff --git a/pages/common/pushln.md b/pages/common/pushln.md new file mode 100644 index 0000000000..a587f20962 --- /dev/null +++ b/pages/common/pushln.md @@ -0,0 +1,7 @@ +# pushln + +> This command is an alias of `print -nz`. + +- View documentation for the original command: + +`tldr print` diff --git a/pages/common/rehash.md b/pages/common/rehash.md new file mode 100644 index 0000000000..fac3b89ff5 --- /dev/null +++ b/pages/common/rehash.md @@ -0,0 +1,7 @@ +# rehash + +> This command is an alias of `hash -r`. + +- View documentation for the original command: + +`tldr hash` diff --git a/pages/common/unfunction.md b/pages/common/unfunction.md new file mode 100644 index 0000000000..89cddc1710 --- /dev/null +++ b/pages/common/unfunction.md @@ -0,0 +1,7 @@ +# unfunction + +> This command is an alias of `unhash -f`. + +- View documentation for the original command: + +`tldr unhash`