Hello. CC users.
I am very new to script in Unix.
I need a simple trigger script which creates one file. It shows the difference between version...especially precedessor. I wanted to create it in user's home directory.
I wrote...
#!/bin/sh
cleartool diff -pred $CLEARCASE_PN > $CLEARCASE_PN.diff
mv $CLEARCASE_PN.diff ~/
exit 0
I didn't get anything in my home directory.
Please, give me a suggestion.
Thank you very much in advance.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
http://clearcase.rational.com/cciug/mailing_list.html
This archive was generated by hypermail 2b29 : Sun May 06 2001 - 00:22:25 EDT