The dot(.) command is a built-in Korn and Bourne shell command.
It takes a script name as an argument. The script will be executed
in the environment of the current shell. A child process will not be
started. The dot command is normally used to reexecute the .profile file
or the ENV file, if...
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.