In my script, I used this setting:
setenv DATE `date '+%Y%m%d'`
to make $DATE equal to yyyymmdd format.
But whenever I "sccs delget" the script, that line changes to
setenv DATE `date '+m%d'`
The "%Y%" disappears.....
Can anyone help me retain the original...
In my script, I used this setting:
setenv DATE `date '+%Y%m%d'`
to make $DATE equal to yyyymmdd format.
But whenever I "sccs delget" the script, that line changes to
setenv DATE `date '+m%d'`
The "%Y%" disappears.....
Can anyone help me retain the original...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.