View Single Post
  #3   (View Single Post)  
Old 12th June 2021
ctac ctac is offline
New User
 
Join Date: Feb 2020
Posts: 5
Default

Hi
I think it can be interesting to add this 2 lines at the start of the script and try it with and without double quotes around the string "King Alfred the Great"
Code:
echo; echo "Number of Parameters :\t$#"
echo "Original Parameter 1 :\t$1"
Reply With Quote