A newbie need help !!

Hi all experts,

I am new to script writing.
Do you have any idea that any web site provide online learning, exercises with answer for a newbie like me ??

I want to practice scripting.
Do you have idea how to write a script to calculate how many remaining days before birthday say July 8th ?

Thanks a lot

There are quite some posts in here that cite books and web sites useful for learning whatever language you want - try the search function. Did you look into the FAQ section? For exercises, pick any number of threads / posts in here, analyse and understand the problem and the solutions proposed, and try to compose a solution on your own.

Depending on your OS and shell versions, there might be very apt date commands or shell functions / builtins that lend themselves to solve your birthday problem, e.g. by translating both dates to epoch seconds, and then subtract them.