Now that I need to use Linux shell to call the web service and parse the returned JSON string to get the first name and last name. They need to be stored into two variebles and printed out.
Please use out-of-box shell scripting. Don't use any utilities that need to be installed separately.
I am new to shell scripting, so would some one please kindly share your thoughts? Thanks!
Thanks, woolmilkporc. It works. However, I don't understand some of the details. So is there a good resource that I can resort to in order to understand more about shell scripting? Thanks!