Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rhombheng

  1. rhombheng

    What's the difference between source and "."?

    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...
  2. rhombheng

    sccs delget error for setting DATE --> (%Y%)

    I tried the escape format and it worked. Thanks, grega!
  3. rhombheng

    sccs delget error for setting DATE --> (%Y%)

    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...
  4. rhombheng

    sccs delget error for setting DATE --> (%Y%)

    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...

Part and Inventory Search

Back
Top