We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89d3b4 commit 5a31584Copy full SHA for 5a31584
bash shell/code/shift_arg.sh
@@ -4,7 +4,9 @@
4
5
echo "The arguments provided are $*"
6
echo "The value of \$1 is $1"
7
+echo "The entire string is $*"
8
shift
9
echo "The new value of \$1 is $1"
10
+echo "The entire string now is S*"
11
12
exit
0 commit comments