clearcase コマンドを実行すると、次の問題が発生します。
ct find . -branch 'brtype(my_branch)' -exec "echo %CLEARCASE_XPN%"`
%CLEARCASE_XPN%
変数として解析されず、出力は次のとおりです。
%CLEARCASE_XPN%
%CLEARCASE_XPN%
%CLEARCASE_XPN%
...
But I'm sure CLEARCASE_XPN
is the variable denotes the whole path of the found file.
Can anybody help? OS is linux, shell is tcsh, thanks!