0

Is there a way to find the maximum number of promotes by a user in a stream , in Accurev? Some information like User - Count# Of Promotes

Sarath
  • 2,719
  • 1
  • 31
  • 39

1 Answers1

1
accurev hist -s <stream> -u <user> -k promote -a | grep transaction | wc -l