Bash Scripting - User Input
Consider this script run as
What is the output?
./script.sh a b c d e:#!/bin/bash shift shift 2 echo "$1 $2"
What is the output?
./script.sh a b c d e:#!/bin/bash shift shift 2 echo "$1 $2"
shiftshift 215+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions