Hello everyone,
What I want to do is the following:
I have a script that sets the following variable.
TODAY=`date +%m/%d/%Y`
[This will give me 01/18/2005]
I want to know how I can remove the leading zeros from the month and the day? I want to get 1/18/2005 and I want to set it to another variable so that I can pass that date to a script. Does anybody know how I can accomplish this?
Thanks!
