From 52447db1382a37ca56fdc30e4f61c613fc8f8ecc Mon Sep 17 00:00:00 2001 From: 4G3NT <76431337+4G3NT@users.noreply.github.com> Date: Tue, 30 May 2023 11:35:53 -0700 Subject: [PATCH] Replace "Bash" with "Shell" (#10301) The shift command is defined in the POSIX standard. It is not a Bash built-in command. Saying this implies that it's Bash-only, which is not true. More info here: https://manned.org/shift.1p --- pages/common/shift.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/shift.md b/pages/common/shift.md index 97d4e70a8..ed54a1334 100644 --- a/pages/common/shift.md +++ b/pages/common/shift.md @@ -1,6 +1,6 @@ # shift -> Bash built-in command that shifts the arguments passed to the calling function or script by a specified number of places. +> Shell built-in command that shifts the arguments passed to the calling function or script by a specified number of places. > More information: . - Move arguments by one place dropping the first argument: