如何查找文件夹及其文件/子文件夹的标签

时间:2018-01-31 21:25:21

标签: clearcase

我认为没有内置的解决方案 我正在使用cleartool descr -fmt "%l\n" path查找特定目录的标签,但它不包含子文件夹。

有没有办法找到文件夹及其所有孩子的标签?

1 个答案:

答案 0 :(得分:1)

您需要找到所需的所有版本(配置规范选择的文件夹版本,以及文件和子文件夹的版本)

那将是cleartool find 您可以将cleartool describevar price = 0; function pricecalc() { var a = document.getElementById("field_0"); var quantity = a.value.substring(0, 1); var b = document.getElementById("field_1"); var type = b.value; if (quantity == '2') { var rate = '120'; } else if (quantity == '3') { var rate = '110'; } else { var rate = '100'; } price = rate * quantity; if (type == 'Credit card') { price = price * 1.034; } var price_each = (price / quantity); document.getElementById("cost").innerHTML = price; document.getElementById("costeach").innerHTML = price_each; } 指令结合使用,并fmt_ccase syntax

df1$b <- substr(df1$a, 1, regexpr('_', df1$a)[1]-1)