Bash Scripting - User Input
Which of the following is the correct way to shift the first three positional parameters in a bash script?
shift command optionally takes a single numeric argument indicating how many positions to shift.shift 3.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions